7.32. cudaGraphNodeParams 结构体参考
[CUDA运行时使用的数据类型]
图节点参数。参见 cudaGraphAddNode。
公共变量
- struct cudaMemAllocNodeParamsV2 alloc
- struct cudaConditionalNodeParams 条件性的
- struct cudaEventRecordNodeParams eventRecord
- struct cudaEventWaitNodeParams eventWait
- struct cudaExternalSemaphoreSignalNodeParamsV2 extSemSignal
- struct cudaExternalSemaphoreWaitNodeParamsV2 extSemWait
- struct cudaMemFreeNodeParams free
- struct cudaChildGraphNodeParams graph
- struct cudaHostNodeParamsV2 主机
- struct cudaKernelNodeParamsV2 内核
- struct cudaMemcpyNodeParams 内存拷贝
- struct cudaMemsetParamsV2 memset
- int reserved0[3]
- long long reserved1[29]
- long long reserved2
- enumcudaGraphNodeType 类型
变量
- struct cudaMemAllocNodeParamsV2cudaGraphNodeParams::alloc [inherited]
-
内存分配节点参数。
- struct cudaConditionalNodeParamscudaGraphNodeParams::条件性的 [inherited]
-
条件节点参数。
- struct cudaEventRecordNodeParamscudaGraphNodeParams::eventRecord [inherited]
-
事件记录节点参数。
- struct cudaEventWaitNodeParamscudaGraphNodeParams::eventWait [inherited]
-
事件等待节点参数。
- struct cudaExternalSemaphoreSignalNodeParamsV2cudaGraphNodeParams::extSemSignal [inherited]
-
外部信号量信号节点参数。
- struct cudaExternalSemaphoreWaitNodeParamsV2cudaGraphNodeParams::extSemWait [inherited]
-
外部信号量等待节点参数。
- struct cudaMemFreeNodeParamscudaGraphNodeParams::free [inherited]
-
释放内存节点参数。
- struct cudaChildGraphNodeParamscudaGraphNodeParams::graph [inherited]
-
子图节点参数。
- struct cudaHostNodeParamsV2cudaGraphNodeParams::主机 [inherited]
-
主机节点参数。
- struct cudaKernelNodeParamsV2cudaGraphNodeParams::内核 [inherited]
-
内核节点参数。
- struct cudaMemcpyNodeParamscudaGraphNodeParams::内存拷贝 [inherited]
-
Memcpy节点参数。
- struct cudaMemsetParamsV2cudaGraphNodeParams::memset [inherited]
-
设置内存节点参数。
- int cudaGraphNodeParams::reserved0[3] [inherited]
-
保留。必须为零。
- long long cudaGraphNodeParams::reserved1[29] [inherited]
-
填充。未使用的字节必须为零。
- long long cudaGraphNodeParams::reserved2 [inherited]
-
保留字节。必须为零。
- enumcudaGraphNodeTypecudaGraphNodeParams::类型 [inherited]
-
节点类型