From: miha-q <> Date: Sun, 3 Mar 2024 03:26:36 +0000 (-0500) Subject: Sat Mar 2 10:26:36 PM EST 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=7c160aab7ed0d28a0f73da57c06b6243a72c1196;p=QAnsel.git Sat Mar 2 10:26:36 PM EST 2024 --- diff --git a/src/gpu_mmul.cl b/src/gpu_mmul.cl index 7a10a87..13c5301 100644 --- a/src/gpu_mmul.cl +++ b/src/gpu_mmul.cl @@ -17,5 +17,5 @@ __kernel void gpu_mmul { sum += ptrA[row * colsA + i] * ptrB[i * colsB + col]; } - ptrR[row * shared + col] = sum + ptrR[row * shared + col] = sum; } \ No newline at end of file