diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-05-23 16:28:17 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-05-23 16:28:35 +0200 |
commit | fa6c70a44fc56cc50370e57c460dd61e8f127b51 (patch) | |
tree | 91269761966dccea80a2931542db5a3648f66e18 /SpMV/dpu/task.c | |
parent | 2e3a43c12df8115fc859248adb14b87e08becb77 (diff) |
SpMV: Add AspectC++ support
Diffstat (limited to 'SpMV/dpu/task.c')
-rw-r--r-- | SpMV/dpu/task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SpMV/dpu/task.c b/SpMV/dpu/task.c index 501a62a..305a645 100644 --- a/SpMV/dpu/task.c +++ b/SpMV/dpu/task.c @@ -11,7 +11,7 @@ #include <perfcounter.h> #include <seqread.h> -#include "../support/common.h" +#include "common.h" #define PRINT_ERROR(fmt, ...) printf("\033[0;31mERROR:\033[0m "fmt"\n", ##__VA_ARGS__) |