#define CL_USE_DEPRECATED_OPENCL_1_2_APIS
#define CL_TARGET_OPENCL_VERSION 120
#include <CL/cl.h>
-#include "gpu/gpu.c"
-//#include "gpu/gpu_test.c"
+//#include "gpu/gpu.c"
+#include "gpu/gpu_test.c"
#endif
typedef struct
}
}
-void GPU_knk(float* ptrR, size_t rowsR, size_t colsR, float* ptrA, size_t rowsA, size_t colsA, float* ptrB, size_t rowsB, size_t colsB)
+void GPU_knk(float* ptrR, int rowsR, int colsR, float* ptrA, int rowsA, int colsA, float* ptrB, int rowsB, int colsB)
{
for (int i = 0; i < rowsR; i++)
{