diff options
Diffstat (limited to 'HST-S/host/app.c')
-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], |