7.50. cudaMemcpyAttributes 结构体参考
[CUDA 运行时使用的数据类型]
批处理中副本的特定属性。 有关使用详情,请参阅 cudaMemcpyBatchAsync。
公共变量
- struct cudaMemLocation dstLocHint
- unsigned int flags
- enumcudaMemcpySrcAccessOrder srcAccessOrder
- struct cudaMemLocation srcLocHint
变量
- struct cudaMemLocationcudaMemcpyAttributes::dstLocHint [继承]
-
目标操作数的提示位置。 当指针不是托管内存或在 CUDA 外部分配的内存时,将被忽略。
- unsigned int cudaMemcpyAttributes::flags [继承]
-
具有此属性的副本的附加标志。 请参阅 cudaMemcpyFlags。
- enumcudaMemcpySrcAccessOrdercudaMemcpyAttributes::srcAccessOrder [继承]
-
对于具有此属性的副本,要遵守的源访问顺序。
- struct cudaMemLocationcudaMemcpyAttributes::srcLocHint [继承]
-
源操作数的提示位置。 当指针不是托管内存或在 CUDA 外部分配的内存时,将被忽略。