Class MetalExecutionManagerOptions
- Namespace
- DotCompute.Backends.Metal.Execution
- Assembly
- DotCompute.Backends.Metal.dll
Options for configuring the Metal execution manager
public sealed class MetalExecutionManagerOptions
- Inheritance
-
MetalExecutionManagerOptions
- Inherited Members
Properties
EnablePerformanceTracking
public bool EnablePerformanceTracking { get; set; }
Property Value
EnableTelemetry
public bool EnableTelemetry { get; set; }
Property Value
ErrorRecoveryOptions
public MetalErrorRecoveryOptions? ErrorRecoveryOptions { get; set; }
Property Value
ExecutionOptions
public MetalExecutionOptions ExecutionOptions { get; set; }
Property Value
TelemetryReportingInterval
public TimeSpan? TelemetryReportingInterval { get; set; }