From ddda17011ceecb6bbd5a0a56da92e523e6d617dc Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 4 Jul 2024 15:21:48 +0200 Subject: VA: add separate benchmark scripts for NMC and HBM --- VA/host/app.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'VA/host') diff --git a/VA/host/app.c b/VA/host/app.c index b339bf3..d363514 100644 --- a/VA/host/app.c +++ b/VA/host/app.c @@ -255,7 +255,7 @@ int main(int argc, char **argv) { if (status) { printf("[" ANSI_COLOR_GREEN "OK" ANSI_COLOR_RESET "] Outputs are equal\n"); if (rep >= p.n_warmup) { - printf("[::] VA UPMEM | n_dpus=%d n_ranks=%d n_tasklets=%d e_type=%s block_size_B=%d n_elements=%d n_elements_per_dpu=%d", + printf("[::] VA-UPMEM | n_dpus=%d n_ranks=%d n_tasklets=%d e_type=%s block_size_B=%d n_elements=%d n_elements_per_dpu=%d", nr_of_dpus, nr_of_ranks, NR_TASKLETS, XSTR(T), BLOCK_SIZE, input_size, input_size / NR_DPUS); printf(" b_with_alloc_overhead=%d b_with_load_overhead=%d b_with_free_overhead=%d ", WITH_ALLOC_OVERHEAD, WITH_LOAD_OVERHEAD, WITH_FREE_OVERHEAD); @@ -288,8 +288,6 @@ int main(int argc, char **argv) { printf("[" ANSI_COLOR_RED "ERROR" ANSI_COLOR_RESET "] Outputs differ!\n"); } } - printf("throughput_*_MOpps == n_elements / (+ latency_*_us ...)\n"); - printf("throughput_*_MBps == 3 * sizeof(e_type) * throughput_*_MOpps \n"); #if ENERGY double energy; -- cgit v1.2.3