From 88af11dd86149efdf0f35b8ce0873fa02b3ea288 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 5 Jun 2023 11:57:05 +0200 Subject: HST-S NMC: correctly report n_elements --- HST-S/host/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HST-S') 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], -- cgit v1.2.3