Table of Contents

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

bool

ErrorRecoveryOptions

public MetalErrorRecoveryOptions? ErrorRecoveryOptions { get; set; }

Property Value

MetalErrorRecoveryOptions

MaintenanceInterval

public TimeSpan MaintenanceInterval { get; set; }

Property Value

TimeSpan

MaxRecentMetrics

public int MaxRecentMetrics { get; set; }

Property Value

int