From e5c9ef41de354ac4d1a6ddf11ad1e25316240118 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 5 Jun 2023 09:36:39 +0200 Subject: SCAN-RSS: remove stray newline --- SCAN-RSS/host/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SCAN-RSS') diff --git a/SCAN-RSS/host/app.c b/SCAN-RSS/host/app.c index 03cb055..dcd989a 100644 --- a/SCAN-RSS/host/app.c +++ b/SCAN-RSS/host/app.c @@ -258,7 +258,7 @@ int main(int argc, char **argv) { if (status) { printf("[" ANSI_COLOR_GREEN "OK" ANSI_COLOR_RESET "] Outputs are equal\n"); printf("[::] SCAN-RSS NMC | n_dpus=%d n_tasklets=%d e_type=%s block_size_B=%d b_unroll=%d n_elements=%u " - "| throughput_cpu_MBps=%f throughput_pim_MBps=%f throughput_MBps=%f\n", + "| throughput_cpu_MBps=%f throughput_pim_MBps=%f throughput_MBps=%f", nr_of_dpus, NR_TASKLETS, XSTR(T), BLOCK_SIZE, UNROLL, input_size, input_size * sizeof(T) / timer.time[0], input_size * sizeof(T) / (timer.time[2] + timer.time[4]), -- cgit v1.2.3