__declspec(property(get = GetWorkGroupSize)) int WorkGroupSize;
Returns the maximum size of the Work Group for this Kernel.
Read:
int GetWorkGroupSize();Remarks:
The OpenCL implementation uses the resource requirements of the kernel (register usage etc.) to determine what this workgroup size should be.
Declared in Dew::Math::TOpenCLKernel · Dew.Math/clMtxVec.h · Cross-compiler