Class MetalExecutionNode
- Namespace
- DotCompute.Backends.Metal.Execution.Types
- Assembly
- DotCompute.Backends.Metal.dll
Represents a single node in the Metal execution graph.
public sealed class MetalExecutionNode
- Inheritance
-
MetalExecutionNode
- Inherited Members
Properties
Dependencies
public required IList<int> Dependencies { get; init; }
Property Value
ExecuteAction
public required Action ExecuteAction { get; init; }
Property Value
Id
public string Id { get; }
Property Value
NodeId
public required int NodeId { get; init; }
Property Value
Operation
public Func<nint, nint, Task>? Operation { get; init; }
Property Value
OperationName
public string OperationName { get; init; }
Property Value
Priority
public MetalStreamPriority Priority { get; init; }