From 63d9a57d233cd490479db7e6ac0fe613bda2f1c1 Mon Sep 17 00:00:00 2001 From: miha-q <> Date: Sun, 3 Mar 2024 01:18:48 -0500 Subject: [PATCH] Sun Mar 3 01:18:48 AM EST 2024 --- src/gpu/gpu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gpu/gpu.c b/src/gpu/gpu.c index 09c700c..c7fe034 100644 --- a/src/gpu/gpu.c +++ b/src/gpu/gpu.c @@ -149,6 +149,7 @@ void GPU_mmul(float* ptrR, float* ptrA, float* ptrB, size_t rowsA, size_t colsB, } else { + printf("AAA\n"); program = clCreateProgramWithBinary(GPU_context, 1, &GPU_device_id, &GPU_mmul_cache_len, (const unsigned char**)&GPU_mmul_cache, NULL, &err); if (err != CL_SUCCESS) { -- 2.39.5