Table of Contents

Enum MetalNodeType

Namespace
DotCompute.Backends.Metal.Execution.Graph.Types
Assembly
DotCompute.Backends.Metal.dll

Defines the types of operations that can be represented as nodes in a Metal compute graph.

public enum MetalNodeType

Fields

Barrier = 3

A synchronization barrier node.

EventRecord = 5

An event recording node.

EventWait = 6

An event wait node.

HostCallback = 4

A host callback function node.

Kernel = 0

A compute kernel execution node.

MemoryCopy = 1

A memory copy operation node.

MemorySet = 2

A memory set operation node.