summaryrefslogtreecommitdiff
path: root/GEMV/host
diff options
context:
space:
mode:
Diffstat (limited to 'GEMV/host')
-rw-r--r--GEMV/host/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/GEMV/host/app.c b/GEMV/host/app.c
index ef0f2e5..c2b73f7 100644
--- a/GEMV/host/app.c
+++ b/GEMV/host/app.c
@@ -306,7 +306,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("[::] GEMV UPMEM | n_dpus=%d n_ranks=%d n_tasklets=%d e_type=%s block_size_B=%d n_elements=%d",
+ printf("[::] GEMV-UPMEM | n_dpus=%d n_ranks=%d n_tasklets=%d e_type=%s block_size_B=%d n_elements=%d",
NR_DPUS, nr_of_ranks, NR_TASKLETS, XSTR(T), BLOCK_SIZE, n_size * m_size);
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);