TOpenCLKernel.GetCompileWorkGroupSize Method

function GetCompileWorkGroupSize(i: Integer): Integer;

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

#NameTypeDescription
1iInteger

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.