int GetCompileWorkGroupSize(int i);
Returns the work-group size specified in the source code.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | i | int |
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