From 0943e306d329549cd3d8af38e4c9811f45f9df46 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 21 Sep 2023 15:33:05 +0200 Subject: VA: remove a stray newline --- VA/host/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VA') diff --git a/VA/host/app.c b/VA/host/app.c index 3a9b3eb..d680782 100644 --- a/VA/host/app.c +++ b/VA/host/app.c @@ -193,7 +193,7 @@ int main(int argc, char **argv) { input_size * 3 * sizeof(T) / timer.time[0], input_size * 3 * sizeof(T) / (timer.time[2]), input_size * 3 * 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]), input_size / (timer.time[1] + timer.time[2] + timer.time[3])); -- cgit v1.2.3