summaryrefslogtreecommitdiff
path: root/HST-S
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2023-06-05 11:57:05 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2023-06-05 11:57:05 +0200
commit88af11dd86149efdf0f35b8ce0873fa02b3ea288 (patch)
tree10935bf9d0ad75f5b5e1165a2d96af8091756cb8 /HST-S
parent59cf34085316c2c591956756ccdf1d0aeea1d592 (diff)
HST-S NMC: correctly report n_elements
Diffstat (limited to 'HST-S')
-rw-r--r--HST-S/host/app.c2
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],