]> foleosoft.com Git - QAnsel.git/commitdiff
Thu Mar 7 06:53:25 PM EST 2024
authormiha-q <>
Thu, 7 Mar 2024 23:53:25 +0000 (18:53 -0500)
committermiha-q <>
Thu, 7 Mar 2024 23:53:25 +0000 (18:53 -0500)
src/complex.c

index 300cc84dcefa8766cc95b794ba62ac76312561c7..ce2d8f57396bb53ebb907d8be816817141960906 100644 (file)
@@ -699,8 +699,6 @@ void cpx_mtx_knk_metal_2x2(float* ptrR, float* ptrA, float* ptrB, int rowsA, int
        //Run the program
        err = clEnqueueNDRangeKernel(cpx_mtx_command_queue, kernel, 1, NULL, (size_t[]){rowsR / 2}, &q, 0, NULL, NULL);
 
-       printf("%lu\n", CL_DEVICE_MAX_WORK_ITEM_SIZES);
-
        gpuerr(clEnqueueNDRangeKernel);
 
        //Wait for completion