7.95. CUmemcpyAttributes_v1

Defined in /dvs/p4/build/sw/gpgpu/bin/x86_64_Linux_release/stub/cuda.h

struct CUmemcpyAttributes_v1

Attributes specific to copies within a batch.

For more details on usage see cuMemcpyBatchAsync.

Public Members

CUmemcpySrcAccessOrder srcAccessOrder

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

CUmemLocation srcLocHint

Hint location for the source operand.

Ignored when the pointers are not managed memory or memory allocated outside CUDA.

CUmemLocation dstLocHint

Hint location for the destination operand.

Ignored when the pointers are not managed memory or memory allocated outside CUDA.

unsigned int flags

Additional flags for copies with this attribute.

See CUmemcpyFlags