From 97ba6163d9609df945d6b2bd5ef9b3537f3f56ba Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 17 May 2023 16:11:16 +0200 Subject: SCAN-SSA: Add OpenMP variant --- SCAN-SSA/host/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SCAN-SSA/host/app.c') 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"); } -- cgit v1.2.3