From: miha-q <> Date: Sun, 3 Mar 2024 06:01:08 +0000 (-0500) Subject: Sun Mar 3 01:01:08 AM EST 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=85394ee8c85e73a889e14683cd4942ab8f82823c;p=QAnsel.git Sun Mar 3 01:01:08 AM EST 2024 --- diff --git a/src/gpu/gpu.c b/src/gpu/gpu.c index f322ffc..9ece448 100644 --- a/src/gpu/gpu.c +++ b/src/gpu/gpu.c @@ -103,7 +103,7 @@ void GPU_mmul(float* ptrR, float* ptrA, float* ptrB, size_t rowsA, size_t colsB, exit(1); } //Load and compile program - printf("------------------------------\n%s\n------------------------------\n", src_gpu_mmul_cl); + //printf("------------------------------\n%s\n------------------------------\n", src_gpu_mmul_cl); char* tmp = malloc(src_gpu_mmul_cl_len); memcpy(tmp, src_gpu_mmul_cl, src_gpu_mmul_cl_len); const char* ptr = (const char*)src_gpu_mmul_cl;