TOpenCLKernel.GetCompileWorkGroupSize Method

Int32 GetCompileWorkGroupSize(Int32 i)

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

#NameTypeDescription
1iInt32

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.