Table of Contents

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

bool

EnableTelemetry

public bool EnableTelemetry { get; set; }

Property Value

bool

ErrorRecoveryOptions

public MetalErrorRecoveryOptions? ErrorRecoveryOptions { get; set; }

Property Value

MetalErrorRecoveryOptions

ExecutionOptions

public MetalExecutionOptions ExecutionOptions { get; set; }

Property Value

MetalExecutionOptions

TelemetryReportingInterval

public TimeSpan? TelemetryReportingInterval { get; set; }

Property Value

TimeSpan?