summaryrefslogtreecommitdiff
path: root/SCAN-SSA/host/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'SCAN-SSA/host/app.c')
-rw-r--r--SCAN-SSA/host/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCAN-SSA/host/app.c b/SCAN-SSA/host/app.c
index 2d1b186..8354245 100644
--- a/SCAN-SSA/host/app.c
+++ b/SCAN-SSA/host/app.c
@@ -286,7 +286,7 @@ int main(int argc, char **argv) {
input_size / (timer.time[1] + timer.time[2] + timer.time[3] + timer.time[4]));
printf("[::] n_dpus=%d n_tasklets=%d e_type=%s block_size_B=%d b_unroll=%d n_elements=%d | ",
nr_of_dpus, NR_TASKLETS, XSTR(T), BLOCK_SIZE, UNROLL, input_size);
- printall(&timer);
+ printall(&timer, 5);
} else {
printf("[" ANSI_COLOR_RED "ERROR" ANSI_COLOR_RESET "] Outputs differ!\n");
}