From: miha-q <>
Date: Thu, 7 Mar 2024 23:53:25 +0000 (-0500)
Subject: Thu Mar  7 06:53:25 PM EST 2024
X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=a05725f5b5cc774fca9e985521f02969af2c51dc;p=QAnsel.git

Thu Mar  7 06:53:25 PM EST 2024
---

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