Table of Contents

Enum CudaGraphNodeType

Namespace
DotCompute.Backends.CUDA.Types.Native
Assembly
DotCompute.Backends.CUDA.dll

CUDA graph node type.

public enum CudaGraphNodeType

Fields

BatchMemOp = 12
Conditional = 13
Empty = 5
EventRecord = 7
ExtSemasignal = 8
ExtSemawait = 9
Graph = 4
Host = 3
Kernel = 0
MemAlloc = 10
MemFree = 11
Memcpy = 1
Memset = 2
WaitEvent = 6