From: miha-q <> Date: Sun, 3 Mar 2024 02:58:55 +0000 (-0500) Subject: Sat Mar 2 09:58:55 PM EST 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=97f2ce6052ae9cadbe1995f5a70ce9256169572e;p=QAnsel.git Sat Mar 2 09:58:55 PM EST 2024 --- 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) {