Enum MetalMemoryStrategy
Defines memory allocation and optimization strategies for Metal operations.
public enum MetalMemoryStrategy
Fields
Aggressive = 2Maximize performance, allowing higher memory usage.
Balanced = 1Balance memory usage and performance.
Conservative = 0Minimize memory usage at the cost of some performance.
UnifiedMemory = 3Optimize specifically for Apple Silicon unified memory.