diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2023-06-05 09:36:39 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2023-06-05 09:36:39 +0200 |
commit | e5c9ef41de354ac4d1a6ddf11ad1e25316240118 (patch) | |
tree | 6afe9d49e3aeebd57dd5285e0fe48283610ce526 /SCAN-RSS | |
parent | 5088afea803713db842c25b6a4edd7941b5182d3 (diff) |
SCAN-RSS: remove stray newline
Diffstat (limited to 'SCAN-RSS')
-rw-r--r-- | SCAN-RSS/host/app.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SCAN-RSS/host/app.c b/SCAN-RSS/host/app.c index 03cb055..dcd989a 100644 --- a/SCAN-RSS/host/app.c +++ b/SCAN-RSS/host/app.c @@ -258,7 +258,7 @@ int main(int argc, char **argv) { if (status) { printf("[" ANSI_COLOR_GREEN "OK" ANSI_COLOR_RESET "] Outputs are equal\n"); printf("[::] SCAN-RSS NMC | n_dpus=%d n_tasklets=%d e_type=%s block_size_B=%d b_unroll=%d n_elements=%u " - "| throughput_cpu_MBps=%f throughput_pim_MBps=%f throughput_MBps=%f\n", + "| throughput_cpu_MBps=%f throughput_pim_MBps=%f throughput_MBps=%f", nr_of_dpus, NR_TASKLETS, XSTR(T), BLOCK_SIZE, UNROLL, input_size, input_size * sizeof(T) / timer.time[0], input_size * sizeof(T) / (timer.time[2] + timer.time[4]), |