From 02619c6af481c62a5cb4c2c78a015de072b0e091 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 22 Feb 2024 15:59:51 +0100 Subject: CPU-DPU: overwrite old logs; skip one-element transfers --- Microbenchmarks/CPU-DPU/host/app.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Microbenchmarks/CPU-DPU/host') diff --git a/Microbenchmarks/CPU-DPU/host/app.c b/Microbenchmarks/CPU-DPU/host/app.c index 7c402bc..bb86d09 100644 --- a/Microbenchmarks/CPU-DPU/host/app.c +++ b/Microbenchmarks/CPU-DPU/host/app.c @@ -217,6 +217,6 @@ int main(int argc, char **argv) { free(C); free(C2); DPU_ASSERT(dpu_free(dpu_set)); - - return status ? 0 : -1; + + return 0; } -- cgit v1.2.3