TOpenCLDevice.Cache Property

property Cache: TOpenCLCache;

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

Returns: TOpenCLCache

Remarks:

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