From 97f2ce6052ae9cadbe1995f5a70ce9256169572e Mon Sep 17 00:00:00 2001 From: miha-q <> Date: Sat, 2 Mar 2024 21:58:55 -0500 Subject: [PATCH] Sat Mar 2 09:58:55 PM EST 2024 --- src/gpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gpu.c b/src/gpu.c index 965983c..670e595 100644 --- a/src/gpu.c +++ b/src/gpu.c @@ -127,7 +127,7 @@ void GPU_mmul(double* ptrR, double* ptrA, double* ptrB, size_t rowsA, size_t col #endif printf("------------------------------\n%s\n------------------------------\n", src_gpu_mmul_cl); - size_t b = 0; + const size_t b = 0; cl_program program = clCreateProgramWithSource(GPU_context, 1, &src_gpu_mmul_cl, &b, &err); if (err != CL_SUCCESS) { -- 2.39.5