From f2c9c5bb17d1f46979c492adf0ffe68c606b443a Mon Sep 17 00:00:00 2001 From: Birte Friesel Date: Mon, 24 Jul 2023 14:08:41 +0200 Subject: HST-S: update config space --- HST-S/host/app.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'HST-S/host/app.c') diff --git a/HST-S/host/app.c b/HST-S/host/app.c index 2a4c441..7fe87c1 100644 --- a/HST-S/host/app.c +++ b/HST-S/host/app.c @@ -220,7 +220,7 @@ int main(int argc, char **argv) { for(i = 1; i < nr_of_dpus; i++){ for(unsigned int j = 0; j < p.bins; j++){ histo[j] += histo[j + i * p.bins]; - } + } } if(rep >= p.n_warmup) stop(&timer, 3); @@ -255,7 +255,7 @@ int main(int argc, char **argv) { double energy; DPU_ASSERT(dpu_probe_get(&probe, DPU_ENERGY, DPU_AVERAGE, &energy)); printf("DPU Energy (J): %f\t", energy); - #endif + #endif // Check output bool status = true; -- cgit v1.2.3