Enum MetalExecutionStrategy
- Namespace
- DotCompute.Backends.Metal.Execution
- Assembly
- DotCompute.Backends.Metal.dll
Defines the execution strategy for Metal operations
public enum MetalExecutionStrategy
Fields
Adaptive = 4Custom strategy based on runtime conditions
Balanced = 2Balance between throughput and latency
Latency = 1Optimize for minimum latency
PowerEfficient = 3Optimize for power efficiency (Apple Silicon)
Throughput = 0Optimize for maximum throughput