From: miha-q <> Date: Mon, 4 Mar 2024 05:40:30 +0000 (-0500) Subject: Mon Mar 4 12:40:30 AM EST 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=67edb0fd326606e93f15f29351aaa27434889e04;p=QAnsel.git Mon Mar 4 12:40:30 AM EST 2024 --- 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;