Table of Contents

Enum OpenCLCommandGraph.NodeType

Namespace
DotCompute.Backends.OpenCL.Execution
Assembly
DotCompute.Backends.OpenCL.dll

Defines the types of operations that can be represented as graph nodes.

public enum OpenCLCommandGraph.NodeType

Fields

Barrier = 4

Synchronization barrier.

KernelExecution = 0

Kernel execution operation.

Marker = 5

Timing or debugging marker.

MemoryCopy = 3

Memory copy operation.

MemoryRead = 2

Memory read operation.

MemoryWrite = 1

Memory write operation.