diff options
author | Birte Friesel <dfriesel@uos.de> | 2023-07-24 14:08:41 +0200 |
---|---|---|
committer | Birte Friesel <dfriesel@uos.de> | 2023-07-24 14:08:41 +0200 |
commit | f2c9c5bb17d1f46979c492adf0ffe68c606b443a (patch) | |
tree | 3b1587c2953a588de062bf5ee58b8805a6f4b02d /HST-S/host/app.c | |
parent | e7e6d931f937b1f78ff7b71b2649cf983e145196 (diff) |
HST-S: update config space
Diffstat (limited to 'HST-S/host/app.c')
-rw-r--r-- | HST-S/host/app.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |