TOpenCLDevice::Cache Property

__declspec(property(get = GetCache, put = SetCache)) TOpenCLCache*Cache;

The Cache object holds a list of TOpenCLVector and TOpenCLMatrix objects.

Read: TOpenCLCache *GetCache();
Write: void SetCache(TOpenCLCache *Value);
Remarks:

The list of objects is used to prevent frequent memory allocation/deallocation and to increase memory reuse.

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