TOpenCLDevice::ErrorCorrectionSupport Property

__declspec(property(get = GetErrorCorrectionSupport)) bool ErrorCorrectionSupport;

Returns true, if global memory uses ECC.

Read: bool GetErrorCorrectionSupport();
Remarks:

Is true if the device implements error correction for all accesses to compute device memory (global and constant). Is false if the device does not implement such error correction.

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