TOpenCLKernel::GetCompileWorkGroupSize Method

int GetCompileWorkGroupSize(int i);

Returns the work-group size specified in the source code.

#NameTypeDescription
1iint
Remarks:

In the source code we can specify the recommended work group size with the __attribute__((reqd_work_group_size(X, Y, Z))) qualifier.

Declared in Dew::Math::TOpenCLKernel · Dew.Math/clMtxVec.h · Cross-compiler