__declspec(property(get = GetNativeCPU, put = SetNativeCPU)) bool NativeCPU;
If true, application will run optimal CPU code without Open CL when this device will be the target .
Read:
bool GetNativeCPU();Write:
void SetNativeCPU(const bool Value);Remarks:
Set this property to true to run native MtxVec code using Intel IPP and Intel MKL libraries instead of submitting kernels to the Open CL driver.
Declared in Dew::Math::TOpenCLDevice · Dew.Math/clMtxVec.h · Cross-compiler