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

index 09c700ccb36da90572f200a4e0c7b306a6891b3b..c7fe034c90145f5380ccd3f6ef6e5ac2d0b7a5b9 100644 (file)
@@ -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)
                {