__declspec(property(get = GetIgnoreIntel, put = SetIgnoreIntel)) bool IgnoreIntel;
Set this property to true to avoid loading Intel Open CL code.
Read:
bool GetIgnoreIntel();Write:
void SetIgnoreIntel(const bool value);Remarks:
Intel Open CL compilers excessively slow build procedure can cause minutes of delay during app startup when loading hundreds of kernels. This can speed up the method LoadProgramsForDevices for example.
Declared in Dew::Math::TOpenCLPlatformList · Dew.Math/clMtxVec.h · Cross-compiler