From a05725f5b5cc774fca9e985521f02969af2c51dc Mon Sep 17 00:00:00 2001 From: miha-q <> Date: Thu, 7 Mar 2024 18:53:25 -0500 Subject: [PATCH] Thu Mar 7 06:53:25 PM EST 2024 --- src/complex.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/complex.c b/src/complex.c index 300cc84..ce2d8f5 100644 --- a/src/complex.c +++ b/src/complex.c @@ -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 -- 2.39.5