diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2023-12-08 12:03:27 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2023-12-08 12:03:27 +0100 |
commit | 101150ace6c587ad8a9c17b4bc22ca2fbba37495 (patch) | |
tree | 5f6a50cb31675d334cc14866aee0f7e009613e3a /Microbenchmarks/CPU-DPU/host | |
parent | 8834dec80ce31b44bcc280453f761c5be3fd7116 (diff) |
CPU-DPU alloc and transfer microbenchmarks: -search space +cpu load
Diffstat (limited to 'Microbenchmarks/CPU-DPU/host')
-rw-r--r-- | Microbenchmarks/CPU-DPU/host/app.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Microbenchmarks/CPU-DPU/host/app.c b/Microbenchmarks/CPU-DPU/host/app.c index 853cb6a..07431ee 100644 --- a/Microbenchmarks/CPU-DPU/host/app.c +++ b/Microbenchmarks/CPU-DPU/host/app.c @@ -103,9 +103,9 @@ int main(int argc, char **argv) { read_input(A, B, input_size); //printf("NR_TASKLETS\t%d\tBL\t%d\n", NR_TASKLETS, BL); - printf("[::] NMC reconfiguration | n_dpus=%d n_tasklets=%d n_nops=%d e_type=%s n_elements=%u e_mode=%s" + printf("[::] NMC reconfiguration | n_dpus=%d n_ranks=%d n_tasklets=%d n_nops=%d e_type=%s n_elements=%u e_mode=%s" " | latency_dpu_alloc_us=%f latency_dpu_load_us=%f latency_dpu_get_us=%f\n", - nr_of_dpus, NR_TASKLETS, p.n_nops, XSTR(T), transfer_size, transfer_mode, + nr_of_dpus, nr_of_ranks, NR_TASKLETS, p.n_nops, XSTR(T), transfer_size, transfer_mode, timer.time[4], timer.time[5], timer.time[6]); // Loop over main kernel |