TOpenCLDevice::MaxComputeUnits Property

__declspec(property(get = GetMaxComputeUnits)) int MaxComputeUnits;

Returns the number of parallel compute units on the OpenCL device.

Read: int GetMaxComputeUnits();
Remarks:

A work-group executes on a single compute unit. The minimum value is 1.

Declared in Dew::Math::TOpenCLDevice · Dew.Math/clMtxVec.h · Cross-compiler