7.67. CUmemcpy3DOperand_v1 Struct Reference

[Data types used by CUDA driver]

Struct representing an operand for copy with cuMemcpy3DBatchAsync

Public Variables

CUmemcpy3DOperand_v1::@39::@41  array
size_t  layerHeight
struct CUmemLocation locHint
CUmemcpy3DOperand_v1::@39::@40  ptr
size_t  rowLength

Variables

CUmemcpy3DOperand_v1::@39::@41 CUmemcpy3DOperand_v1::array [inherited]

Struct representing an operand when CUmemcpy3DOperand::type is CU_MEMCPY_OPERAND_TYPE_ARRAY

size_t CUmemcpy3DOperand_v1::layerHeight [inherited]

Height of each layer in elements.

struct CUmemLocationCUmemcpy3DOperand_v1::locHint [inherited]

Hint location for the operand. Ignored when the pointers are not managed memory or memory allocated outside CUDA.

CUmemcpy3DOperand_v1::@39::@40 CUmemcpy3DOperand_v1::ptr [inherited]

Struct representing an operand when CUmemcpy3DOperand::type is CU_MEMCPY_OPERAND_TYPE_POINTER

size_t CUmemcpy3DOperand_v1::rowLength [inherited]

Length of each row in elements.