summaryrefslogtreecommitdiff
path: root/Microbenchmarks/STREAM
diff options
context:
space:
mode:
Diffstat (limited to 'Microbenchmarks/STREAM')
-rw-r--r--Microbenchmarks/STREAM/host/app.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/Microbenchmarks/STREAM/host/app.c b/Microbenchmarks/STREAM/host/app.c
index 4d96e8d..163dd4c 100644
--- a/Microbenchmarks/STREAM/host/app.c
+++ b/Microbenchmarks/STREAM/host/app.c
@@ -260,17 +260,6 @@ int main(int argc, char **argv) {
}
printf("DPU cycles = %g cc\n", cc / p.n_reps);
- // Print timing results
- printf("CPU ");
- print(&timer, 0, p.n_reps);
- printf("CPU-DPU ");
- print(&timer, 1, p.n_reps);
- printf("DPU Kernel ");
- print(&timer, 2, p.n_reps);
- printf("DPU-CPU ");
- print(&timer, 3, p.n_reps);
- printf("\n");
-
// Deallocation
free(A);
free(B);