7.29. cudaGraphKernelNodeUpdate Struct Reference

[Data types used by CUDA Runtime]

Struct to specify a single node update to pass as part of a larger array to cudaGraphKernelNodeUpdatesApply

Public Variables

enumcudaGraphKernelNodeField field
uint3 gridDim
unsigned int isEnabled
cudaGraphDeviceNode_t node
size_t offset
const void * pValue
cudaGraphKernelNodeUpdate::@25::@26 param
size_t size
cudaGraphKernelNodeUpdate::@25 updateData

Variables

enumcudaGraphKernelNodeField cudaGraphKernelNodeUpdate::field [inherited]

Which type of update to apply. Determines how updateData is interpreted

uint3 cudaGraphKernelNodeUpdate::gridDim [inherited]

Grid dimensions

unsigned int cudaGraphKernelNodeUpdate::isEnabled [inherited]

Node enable/disable data. Nonzero if the node should be enabled, 0 if it should be disabled

cudaGraphDeviceNode_t cudaGraphKernelNodeUpdate::node [inherited]

Node to update

size_t cudaGraphKernelNodeUpdate::offset [inherited]

Offset into the parameter buffer at which to apply the update

const void * cudaGraphKernelNodeUpdate::pValue [inherited]

Kernel parameter data to write in

cudaGraphKernelNodeUpdate::@25::@26 cudaGraphKernelNodeUpdate::param [inherited]

Kernel parameter data

size_t cudaGraphKernelNodeUpdate::size [inherited]

Number of bytes to update

cudaGraphKernelNodeUpdate::@25 cudaGraphKernelNodeUpdate::updateData [inherited]

Update data to apply. Which field is used depends on field's value


AltStyle によって変換されたページ (->オリジナル) /