Table of Contents

Enum CudaGraphNodeType

Namespace
JYPPX.CudaSharp
Assembly
JYPPX.CudaSharp.dll

Identifies CUDA graph node kinds reported by the CUDA runtime. 标识 CUDA runtime 报告的 CUDA graph node 类型。

public enum CudaGraphNodeType

Fields

BatchMemoryOperation = 12

A batch memory-operation node. 批量内存操作节点。

Conditional = 13

A conditional-execution node. 条件执行节点。

Empty = 5

An empty synchronization node. 空同步节点。

EventRecord = 7

An event-record node. event 记录节点。

ExternalSemaphoreSignal = 8

An external-semaphore signal node. 外部 semaphore signal 节点。

ExternalSemaphoreWait = 9

An external-semaphore wait node. 外部 semaphore wait 节点。

Graph = 4

A child-graph node. 子 graph 节点。

Host = 3

A host-callback node. 主机回调节点。

Kernel = 0

A kernel-launch node. kernel 启动节点。

Memcpy = 1

A memory-copy node. 内存复制节点。

MemoryAlloc = 10

A memory-allocation node. 内存分配节点。

MemoryFree = 11

A memory-free node. 内存释放节点。

Memset = 2

A memory-set node. 内存填充节点。

WaitEvent = 6

An event-wait node. event 等待节点。