diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-13 16:11:44 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-13 16:11:44 +0200 |
commit | c36996e5ca4ea047e55778004a99d9f7cad9282f (patch) | |
tree | 9ac87ecba4656828759f577ebaa394c8544d8bc0 /GEMV/dpu/task.c | |
parent | d666b713716af62708cc9fefe3ab136e7f18b5ae (diff) |
GEMV: Add AspectC++ support
Diffstat (limited to 'GEMV/dpu/task.c')
-rw-r--r-- | GEMV/dpu/task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GEMV/dpu/task.c b/GEMV/dpu/task.c index 3bf52e8..120f134 100644 --- a/GEMV/dpu/task.c +++ b/GEMV/dpu/task.c @@ -10,7 +10,7 @@ #include <barrier.h> #include <seqread.h> -#include "../support/common.h" +#include "common.h" #define roundup(n, m) ((n / m) * m + m) |