From: miha-q <> Date: Sun, 3 Mar 2024 06:19:32 +0000 (-0500) Subject: Sun Mar 3 01:19:32 AM EST 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=12fc3d5a5f614d3c1bbef1f97b703084b1f420da;p=QAnsel.git Sun Mar 3 01:19:32 AM EST 2024 --- 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);