]> foleosoft.com Git - QAnsel.git/commitdiff
Sun Mar 3 01:19:32 AM EST 2024
authormiha-q <>
Sun, 3 Mar 2024 06:19:32 +0000 (01:19 -0500)
committermiha-q <>
Sun, 3 Mar 2024 06:19:32 +0000 (01:19 -0500)
src/gpu/gpu.c

index 03f4dd63a7e2ebe102fefc4494eb8d723689b9b8..dfc912441368fbb3659aa07b913415d62d3a3f73 100644 (file)
@@ -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);