summaryrefslogtreecommitdiff
path: root/SEL/host
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-03-11 10:17:06 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-03-11 10:17:06 +0100
commitca12558a2213a4b9d11bb27533428f322a0378c0 (patch)
tree92358c5a9b74b2965a5e6c0faf52519323fbbe8c /SEL/host
parent1c75d2ca3aa29a220e099c46421957120ca44d4d (diff)
SEL: oops
Diffstat (limited to 'SEL/host')
-rw-r--r--SEL/host/app.c2
1 files changed, 1 insertions, 1 deletions
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]),