From d76fd70ffbe68b80851c7edf2d82c37fd169ebc9 Mon Sep 17 00:00:00 2001 From: intheRain07 <72262221+intheRain07@users.noreply.github.com> Date: Tue, 16 Nov 2021 20:22:14 +0800 Subject: gemv_bug_fix_2.1 --- GEMV/dpu/task.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GEMV') diff --git a/GEMV/dpu/task.c b/GEMV/dpu/task.c index 4c4e731..0226437 100644 --- a/GEMV/dpu/task.c +++ b/GEMV/dpu/task.c @@ -112,7 +112,7 @@ int main() { // for(unsigned int pos = 0; pos < element_per_cacheC && i + pos < nr_rows; pos++){ for(unsigned int pos = 0; pos < element_per_cacheC; pos++){ if(i + pos >= nr_rows){ - printf("id: %d, nrows: %d, error\n", tasklet_id, nrows); + // printf("id: %d, nrows: %d, error\n", tasklet_id, nrows); break; } -- cgit v1.2.3