7.50. cudaMemcpyAttributes Struct Reference
[Data types used by CUDA Runtime]
Attributes specific to copies within a batch. For more details on usage see cudaMemcpyBatchAsync.
Public Variables
- struct cudaMemLocation dstLocHint
- unsigned int flags
- enumcudaMemcpySrcAccessOrder srcAccessOrder
- struct cudaMemLocation srcLocHint
Variables
- struct cudaMemLocationcudaMemcpyAttributes::dstLocHint [inherited]
-
Hint location for the destination operand. Ignored when the pointers are not managed memory or memory allocated outside CUDA.
- unsigned int cudaMemcpyAttributes::flags [inherited]
-
Additional flags for copies with this attribute. See cudaMemcpyFlags.
- enumcudaMemcpySrcAccessOrdercudaMemcpyAttributes::srcAccessOrder [inherited]
-
Source access ordering to be observed for copies with this attribute.
- struct cudaMemLocationcudaMemcpyAttributes::srcLocHint [inherited]
-
Hint location for the source operand. Ignored when the pointers are not managed memory or memory allocated outside CUDA.