7.17. CUDA_BATCH_MEM_OP_NODE_PARAMS_v2 Struct Reference
[Data types used by CUDA driver]
Batch memory operation node parameters
Public Variables
- unsigned int count
- CUcontext ctx
- unsigned int flags
- CUstreamBatchMemOpParams* * paramArray
Variables
- unsigned int CUDA_BATCH_MEM_OP_NODE_PARAMS_v2::count [inherited]
-
Number of operations in paramArray.
- CUcontextCUDA_BATCH_MEM_OP_NODE_PARAMS_v2::ctx [inherited]
-
Context to use for the operations.
- unsigned int CUDA_BATCH_MEM_OP_NODE_PARAMS_v2::flags [inherited]
-
Flags to control the node.
- CUstreamBatchMemOpParams* * CUDA_BATCH_MEM_OP_NODE_PARAMS_v2::paramArray [inherited]
-
Array of batch memory operations.