From 60f221cc6cee09ce4b3e22271207e0dc18dcac9d Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 25 Sep 2023 14:21:29 +0200 Subject: RED: remove stray newline --- RED/host/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RED') diff --git a/RED/host/app.c b/RED/host/app.c index 3c72a0f..e40fdc6 100644 --- a/RED/host/app.c +++ b/RED/host/app.c @@ -239,7 +239,7 @@ int main(int argc, char **argv) { input_size * sizeof(T) / timer.time[0], input_size * sizeof(T) / (timer.time[2] + timer.time[3]), input_size * sizeof(T) / (timer.time[1] + timer.time[2] + timer.time[3])); - printf(" throughput_cpu_MOpps=%f throughput_pim_MOpps=%f throughput_MOpps=%f\n", + printf(" throughput_cpu_MOpps=%f throughput_pim_MOpps=%f throughput_MOpps=%f", input_size / timer.time[0], input_size / (timer.time[2] + timer.time[3]), input_size / (timer.time[1] + timer.time[2] + timer.time[3])); -- cgit v1.2.3