cpuCacheMode
A value that configures the cache mode of CPU mapping of tensors you create with this descriptor.
Declaration
var cpuCacheMode: MTLCPUCacheMode { get set }Discussion
The default value of this property is MTLCPUCacheMode.defaultCache.
A value that configures the cache mode of CPU mapping of tensors you create with this descriptor.
var cpuCacheMode: MTLCPUCacheMode { get set }The default value of this property is MTLCPUCacheMode.defaultCache.