TOpenCLDevice::DeviceProfile Property

__declspec(property(get = GetDeviceProfile)) DewString DeviceProfile;

OpenCL profile string.

Read: DewString GetDeviceProfile();
Remarks:

Returns the profile name supported by the device. The profile name returned can be one of the following strings:

FULL_PROFILE - if the device supports the OpenCL specification (functionality defined as part of the core specification and does not require any extensions to be supported).

EMBEDDED_PROFILE - if the device supports the OpenCL embedded profile.

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