From 9829fc0142d7c9e7dad7b13c6e10a572435304f9 Mon Sep 17 00:00:00 2001 From: miha-q <> Date: Sat, 2 Mar 2024 21:51:41 -0500 Subject: [PATCH] Sat Mar 2 09:51:41 PM EST 2024 --- src/gpu.c | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.39.5