7.30. cudaGraphNodeParams Struct Reference
[Data types used by CUDA Runtime]
Graph node parameters. See cudaGraphAddNode.
Public Variables
- struct cudaMemAllocNodeParamsV2 alloc
- struct cudaConditionalNodeParams conditional
- struct cudaEventRecordNodeParams eventRecord
- struct cudaEventWaitNodeParams eventWait
- struct cudaExternalSemaphoreSignalNodeParamsV2 extSemSignal
- struct cudaExternalSemaphoreWaitNodeParamsV2 extSemWait
- struct cudaMemFreeNodeParams free
- struct cudaChildGraphNodeParams graph
- struct cudaHostNodeParamsV2 host
- struct cudaKernelNodeParamsV2 kernel
- struct cudaMemcpyNodeParams memcpy
- struct cudaMemsetParamsV2 memset
- int reserved0[3]
- long long reserved1[29]
- long long reserved2
- enumcudaGraphNodeType type
Variables
- struct cudaMemAllocNodeParamsV2 cudaGraphNodeParams::alloc [inherited]
-
Memory allocation node parameters.
- struct cudaConditionalNodeParams cudaGraphNodeParams::conditional [inherited]
-
Conditional node parameters.
- struct cudaEventRecordNodeParams cudaGraphNodeParams::eventRecord [inherited]
-
Event record node parameters.
- struct cudaEventWaitNodeParams cudaGraphNodeParams::eventWait [inherited]
-
Event wait node parameters.
- struct cudaExternalSemaphoreSignalNodeParamsV2 cudaGraphNodeParams::extSemSignal [inherited]
-
External semaphore signal node parameters.
- struct cudaExternalSemaphoreWaitNodeParamsV2 cudaGraphNodeParams::extSemWait [inherited]
-
External semaphore wait node parameters.
- struct cudaMemFreeNodeParams cudaGraphNodeParams::free [inherited]
-
Memory free node parameters.
- struct cudaChildGraphNodeParams cudaGraphNodeParams::graph [inherited]
-
Child graph node parameters.
- struct cudaHostNodeParamsV2 cudaGraphNodeParams::host [inherited]
-
Host node parameters.
- struct cudaKernelNodeParamsV2 cudaGraphNodeParams::kernel [inherited]
-
Kernel node parameters.
- struct cudaMemcpyNodeParams cudaGraphNodeParams::memcpy [inherited]
-
Memcpy node parameters.
- struct cudaMemsetParamsV2 cudaGraphNodeParams::memset [inherited]
-
Memset node parameters.
- int cudaGraphNodeParams::reserved0[3] [inherited]
-
Reserved. Must be zero.
- long long cudaGraphNodeParams::reserved1[29] [inherited]
-
Padding. Unused bytes must be zero.
- long long cudaGraphNodeParams::reserved2 [inherited]
-
Reserved bytes. Must be zero.
- enumcudaGraphNodeType cudaGraphNodeParams::type [inherited]
-
Type of the node