diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-05-13 11:59:49 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-05-13 11:59:49 +0200 |
commit | 591e195f3eeb06237dedd9c5a66fcfe0b0a10889 (patch) | |
tree | 4daa94bdc644015afac7cd27b4ecf93299a8d79b /VA/dpu/task.c | |
parent | ffba7bb7077fe4c1fc3493ef45d71cadfef53782 (diff) |
VA: Use common timer and timing aspect headers
Diffstat (limited to 'VA/dpu/task.c')
-rw-r--r-- | VA/dpu/task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VA/dpu/task.c b/VA/dpu/task.c index 9622911..91b1176 100644 --- a/VA/dpu/task.c +++ b/VA/dpu/task.c @@ -10,7 +10,7 @@ #include <perfcounter.h> #include <barrier.h> -#include "../support/common.h" +#include "common.h" __host dpu_arguments_t DPU_INPUT_ARGUMENTS; |