summaryrefslogtreecommitdiff
path: root/VA/host
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-07-04 15:21:48 +0200
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-07-04 15:21:48 +0200
commitddda17011ceecb6bbd5a0a56da92e523e6d617dc (patch)
treeb4ac179ba59d327a0a43da0e97efa070f4b7b6cc /VA/host
parentd3e350249caeb28882fefd6e2cc0676e2f2c8808 (diff)
VA: add separate benchmark scripts for NMC and HBM
Diffstat (limited to 'VA/host')
-rw-r--r--VA/host/app.c4
1 files changed, 1 insertions, 3 deletions
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;