From: miha-q <> Date: Sun, 3 Mar 2024 06:18:19 +0000 (-0500) Subject: Sun Mar 3 01:18:19 AM EST 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=b457f268e66843065db7ad8ecd19cda96ec53d9e;p=QAnsel.git Sun Mar 3 01:18:19 AM EST 2024 --- diff --git a/src/gpu/gpu.c b/src/gpu/gpu.c index 1aec541..09c700c 100644 --- a/src/gpu/gpu.c +++ b/src/gpu/gpu.c @@ -158,7 +158,9 @@ void GPU_mmul(float* ptrR, float* ptrA, float* ptrB, size_t rowsA, size_t colsB, } //Setup kernel + printf("a\n"); cl_kernel kernel = clCreateKernel(program, "gpu_mmul", &err); + printf("b\n"); if (err != CL_SUCCESS) { fprintf(stderr, "GPU fatal error: clCreateKernel() failed.\n");