From: miha-q <> Date: Sun, 3 Mar 2024 02:51:41 +0000 (-0500) Subject: Sat Mar 2 09:51:41 PM EST 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=9829fc0142d7c9e7dad7b13c6e10a572435304f9;p=QAnsel.git Sat Mar 2 09:51:41 PM EST 2024 --- diff --git a/src/gpu.c b/src/gpu.c index a412614..54566e5 100644 --- a/src/gpu.c +++ b/src/gpu.c @@ -125,6 +125,7 @@ void GPU_mmul(double* ptrR, double* ptrA, double* ptrB, size_t rowsA, size_t col #ifdef GPU_DEBUG printf("Line %d.\n", __LINE__); #endif + printf("------------------------------\n%s\n------------------------------\n", src_gpu_mmul_cl); cl_program program = clCreateProgramWithSource(GPU_context, 1, (const char**)(&src_gpu_mmul_cl), NULL, &err); if (err != CL_SUCCESS) {