7.68. CUmemcpyAttributes_v1 Struct Reference

[Data types used by CUDA driver]

Attributes specific to copies within a batch. For more details on usage see cuMemcpyBatchAsync.

Public Variables

struct CUmemLocation dstLocHint
unsigned int  flags
CUmemcpySrcAccessOrder srcAccessOrder
struct CUmemLocation srcLocHint

Variables

struct CUmemLocationCUmemcpyAttributes_v1::dstLocHint [inherited]

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

unsigned int CUmemcpyAttributes_v1::flags [inherited]

Additional flags for copies with this attribute. See CUmemcpyFlags

CUmemcpySrcAccessOrderCUmemcpyAttributes_v1::srcAccessOrder [inherited]

Source access ordering to be observed for copies with this attribute.

struct CUmemLocationCUmemcpyAttributes_v1::srcLocHint [inherited]

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