From 67edb0fd326606e93f15f29351aaa27434889e04 Mon Sep 17 00:00:00 2001 From: miha-q <> Date: Mon, 4 Mar 2024 00:40:30 -0500 Subject: [PATCH] Mon Mar 4 12:40:30 AM EST 2024 --- src/gpu/gpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gpu/gpu.c b/src/gpu/gpu.c index 3879619..e1afd35 100644 --- a/src/gpu/gpu.c +++ b/src/gpu/gpu.c @@ -71,7 +71,7 @@ void GPU_clean() void GPU_mmul(float* ptrR, float* ptrA, float* ptrB, int rowsA, int colsB, int shared) { - printf("b\n"); + printf("a\n"); //Create buffers size_t sizeA = rowsA * shared; size_t sizeB = shared * colsB; -- 2.39.5