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 = 4Synchronization barrier.
KernelExecution = 0Kernel execution operation.
Marker = 5Timing or debugging marker.
MemoryCopy = 3Memory copy operation.
MemoryRead = 2Memory read operation.
MemoryWrite = 1Memory write operation.