From ca12558a2213a4b9d11bb27533428f322a0378c0 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 11 Mar 2024 10:17:06 +0100 Subject: SEL: oops --- SEL/host/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SEL') diff --git a/SEL/host/app.c b/SEL/host/app.c index 7946979..4fd7aaa 100644 --- a/SEL/host/app.c +++ b/SEL/host/app.c @@ -296,7 +296,7 @@ int main(int argc, char **argv) { printf(" throughput_cpu_MOpps=%f throughput_upmem_kernel_MOpps=%f throughput_upmem_total_MOpps=%f", input_size / timer.time[2], input_size / (timer.time[4] + timer.time[5] + timer.time[6]), - input_size / (timer.time[0] + timer.time[1] + timer.time[3] + timer.time[4] + timer.time[5] + timer.time[6] + timer.time[7] + timer.time[8])); + input_size / (timer.time[0] + timer.time[1] + timer.time[3] + timer.time[4] + timer.time[5] + timer.time[6] + timer.time[7])); printf(" throughput_upmem_wxr_MOpps=%f throughput_upmem_lwxr_MOpps=%f throughput_upmem_alwxr_MOpps=%f\n", input_size / (timer.time[3] + timer.time[4] + timer.time[5] + timer.time[6]), input_size / (timer.time[1] + timer.time[3] + timer.time[4] + timer.time[5] + timer.time[6]), -- cgit v1.2.3