From 0ce28046573fa37026ce018f92bd120e55d5491b Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 18 Jul 2024 15:23:23 +0200 Subject: GEMV baseline: ooopsie --- GEMV/baselines/cpu/gemv_openmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GEMV') diff --git a/GEMV/baselines/cpu/gemv_openmp.c b/GEMV/baselines/cpu/gemv_openmp.c index 3da1504..0a74c10 100644 --- a/GEMV/baselines/cpu/gemv_openmp.c +++ b/GEMV/baselines/cpu/gemv_openmp.c @@ -202,7 +202,7 @@ int main(int argc, char *argv[]) #if NUMA_MEMCPY start(&timer, 3, 0); if (!numa_node_in_is_local) { - numa_free(x_local, sizeof(T) * rows); + numa_free(x_local, sizeof(T) * cols); numa_free(*A_local, sizeof(T) * rows * cols); numa_free(A_local, sizeof(void*) * rows); } -- cgit v1.2.3