TOpenCLKernel.WorkGroupSize Property

Int32 WorkGroupSize { get; set; }

Returns the maximum size of the Work Group for this Kernel.

Returns: Int32

Remarks:

The OpenCL implementation uses the resource requirements of the kernel (register usage etc.) to determine what this workgroup size should be.