diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-08 12:44:33 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-08 12:44:33 +0200 |
commit | 66145a5a24774475497c77dcc6e54ae5017d5d57 (patch) | |
tree | 8f35eee924acd21368562fc4c1c9da993f255a04 /BS/host | |
parent | 0fe0489897c6fb480d0b7f06228da2e099b55bde (diff) |
BS: nits
Diffstat (limited to 'BS/host')
-rw-r--r-- | BS/host/app.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BS/host/app.c b/BS/host/app.c index 85eb883..10d76f1 100644 --- a/BS/host/app.c +++ b/BS/host/app.c @@ -300,7 +300,7 @@ int main(int argc, char **argv) { if (rep >= p.n_warmup) { printf("[::] BS-UPMEM | n_dpus=%d n_ranks=%d n_tasklets=%d e_type=%s block_size_B=%d n_elements=%lu", NR_DPUS, nr_of_ranks, NR_TASKLETS, XSTR(DTYPE), BLOCK_SIZE, input_size); - printf(" with_alloc_overhead=%d b_with_load_overhead=%d b_with_free_overhead=%d numa_node_rank=%d ", + printf(" b_with_alloc_overhead=%d b_with_load_overhead=%d b_with_free_overhead=%d numa_node_rank=%d ", WITH_ALLOC_OVERHEAD, WITH_LOAD_OVERHEAD, WITH_FREE_OVERHEAD, numa_node_rank); printf("| latency_alloc_us=%f latency_load_us=%f latency_cpu_us=%f latency_write_us=%f latency_kernel_us=%f latency_read_us=%f latency_free_us=%f", timer.time[0], |