__declspec(property(get = GetMaxWorkGroupSize)) int MaxWorkGroupSize;
Maximum number of work-items in a work-group executing a kernel on a single compute unit, using the data parallel execution model.
Read:
int GetMaxWorkGroupSize();Declared in Dew::Math::TOpenCLDevice · Dew.Math/clMtxVec.h · Cross-compiler