summaryrefslogtreecommitdiff
path: root/Microbenchmarks/CPU-DPU/dpu
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-03-12 10:32:32 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-03-12 10:32:32 +0100
commit4db503a4fc166087ba67e276bd33d5c0cd32da91 (patch)
tree4dffab236c5f949485c148bfc0525646c617e18f /Microbenchmarks/CPU-DPU/dpu
parente28258f2a2da33a53faeaefa8e555c053d636628 (diff)
CPU-DPU: support large data transfers on >1000 DPUs (uint32 is a bit small)
Diffstat (limited to 'Microbenchmarks/CPU-DPU/dpu')
-rw-r--r--Microbenchmarks/CPU-DPU/dpu/task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Microbenchmarks/CPU-DPU/dpu/task.c b/Microbenchmarks/CPU-DPU/dpu/task.c
index cb68b4c..6ebdeba 100644
--- a/Microbenchmarks/CPU-DPU/dpu/task.c
+++ b/Microbenchmarks/CPU-DPU/dpu/task.c
@@ -15,7 +15,7 @@
__host dpu_arguments_t DPU_INPUT_ARGUMENTS;
// Barrier
-BARRIER_INIT(my_barrier, NR_TASKLETS);
+BARRIER_INIT(my_barrier, NR_TASKLETS)
extern int main_kernel1(void);