diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2023-06-05 11:57:05 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2023-06-05 11:57:05 +0200 |
commit | 88af11dd86149efdf0f35b8ce0873fa02b3ea288 (patch) | |
tree | 10935bf9d0ad75f5b5e1165a2d96af8091756cb8 /HST-S | |
parent | 59cf34085316c2c591956756ccdf1d0aeea1d592 (diff) |
HST-S NMC: correctly report n_elements
Diffstat (limited to 'HST-S')
-rw-r--r-- | HST-S/host/app.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HST-S/host/app.c b/HST-S/host/app.c index 5dafa3a..2a4c441 100644 --- a/HST-S/host/app.c +++ b/HST-S/host/app.c @@ -226,7 +226,7 @@ int main(int argc, char **argv) { stop(&timer, 3); if (rep >= p.n_warmup) { - printf("[::] HST-S NMC | n_dpus=%d n_tasklets=%d e_type=%s n_elements=%d n_bins=%d " + printf("[::] HST-S NMC | n_dpus=%d n_tasklets=%d e_type=%s n_elements=%u n_bins=%d " "| throughput_cpu_MBps=%f throughput_pim_MBps=%f throughput_MBps=%f", nr_of_dpus, NR_TASKLETS, XSTR(T), input_size, p.bins, input_size * sizeof(T) / timer.time[0], |