Class MetalExecutionOptions
- Namespace
- DotCompute.Backends.Metal.Execution
- Assembly
- DotCompute.Backends.Metal.dll
Options for Metal operation execution
public sealed class MetalExecutionOptions
- Inheritance
-
MetalExecutionOptions
- Inherited Members
Properties
Dependencies
public IReadOnlyList<string>? Dependencies { get; set; }
Property Value
EnableProfiling
public bool EnableProfiling { get; set; }
Property Value
ExecutionConfiguration
public MetalExecutionConfiguration ExecutionConfiguration { get; set; }
Property Value
Priority
public MetalOperationPriority Priority { get; set; }
Property Value
ProfilingLevel
public MetalProfilingLevel ProfilingLevel { get; set; }
Property Value
Timeout
public TimeSpan? Timeout { get; set; }