Table of Contents

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

IReadOnlyList<string>

EnableProfiling

public bool EnableProfiling { get; set; }

Property Value

bool

ExecutionConfiguration

public MetalExecutionConfiguration ExecutionConfiguration { get; set; }

Property Value

MetalExecutionConfiguration

Priority

public MetalOperationPriority Priority { get; set; }

Property Value

MetalOperationPriority

ProfilingLevel

public MetalProfilingLevel ProfilingLevel { get; set; }

Property Value

MetalProfilingLevel

Timeout

public TimeSpan? Timeout { get; set; }

Property Value

TimeSpan?