TOpenCLDevice.Cache Property

TOpenCLCache Cache { get; set; }

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

Returns: TOpenCLCache

Remarks:

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