diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-03-11 10:17:06 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-03-11 10:17:06 +0100 |
commit | ca12558a2213a4b9d11bb27533428f322a0378c0 (patch) | |
tree | 92358c5a9b74b2965a5e6c0faf52519323fbbe8c /SEL/host | |
parent | 1c75d2ca3aa29a220e099c46421957120ca44d4d (diff) |
SEL: oops
Diffstat (limited to 'SEL/host')
-rw-r--r-- | SEL/host/app.c | 2 |
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]), |