Class MetalExecutionContextOptions
- Namespace
- DotCompute.Backends.Metal.Execution
- Assembly
- DotCompute.Backends.Metal.dll
Options for configuring Metal execution context
public sealed class MetalExecutionContextOptions
- Inheritance
-
MetalExecutionContextOptions
- Inherited Members
Properties
EnablePerformanceTracking
public bool EnablePerformanceTracking { get; set; }
Property Value
ErrorRecoveryOptions
public MetalErrorRecoveryOptions? ErrorRecoveryOptions { get; set; }
Property Value
MaintenanceInterval
public TimeSpan MaintenanceInterval { get; set; }
Property Value
MaxRecentMetrics
public int MaxRecentMetrics { get; set; }