7.47. cudaMemcpy3DOperand Struct Reference
[Data types used by CUDA Runtime]
Struct representing an operand for copy with cudaMemcpy3DBatchAsync
Public Variables
- cudaMemcpy3DOperand::@7::@9 array
- size_t layerHeight
- struct cudaMemLocation locHint
- cudaMemcpy3DOperand::@7::@8 ptr
- size_t rowLength
Variables
- cudaMemcpy3DOperand::@7::@9 cudaMemcpy3DOperand::array [inherited]
-
Struct representing an operand when cudaMemcpy3DOperand::type is cudaMemcpyOperandTypeArray
- size_t cudaMemcpy3DOperand::layerHeight [inherited]
-
Height of each layer in elements.
- struct cudaMemLocationcudaMemcpy3DOperand::locHint [inherited]
-
Hint location for the operand. Ignored when the pointers are not managed memory or memory allocated outside CUDA.
- cudaMemcpy3DOperand::@7::@8 cudaMemcpy3DOperand::ptr [inherited]
-
Struct representing an operand when cudaMemcpy3DOperand::type is cudaMemcpyOperandTypePointer
- size_t cudaMemcpy3DOperand::rowLength [inherited]
-
Length of each row in elements.