Int32 GetCompileWorkGroupSize(Int32 i)
Returns the work-group size specified in the source code.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | i | Int32 |
Returns: Int32
Remarks:
In the source code we can specify the recommended work group size with the __attribute__((reqd_work_group_size(X, Y, Z))) qualifier.