From 12fc3d5a5f614d3c1bbef1f97b703084b1f420da Mon Sep 17 00:00:00 2001 From: miha-q <> Date: Sun, 3 Mar 2024 01:19:32 -0500 Subject: [PATCH] Sun Mar 3 01:19:32 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 03f4dd6..dfc9124 100644 --- a/src/gpu/gpu.c +++ b/src/gpu/gpu.c @@ -108,6 +108,7 @@ void GPU_mmul(float* ptrR, float* ptrA, float* ptrB, size_t rowsA, size_t colsB, cl_program program; if (GPU_mmul_cache == NULL) { + printf("huh?\n"); //Load and compile program char* tmp = malloc(src_gpu_mmul_cl_len); memcpy(tmp, src_gpu_mmul_cl, src_gpu_mmul_cl_len); -- 2.39.5