文件名称:cudaMallocAndMemcpy
-
所属分类:
- 标签属性:
- 上传时间:2017-07-07
-
文件大小:6kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
在主机和设备之间复制--从“cudaMallocAndMemcpy”模板开始。
第1部分:为设备上的指标 d_a 和 d_b 分配内存。
第2部分:将主机上的h_a复制到设备上的 d_a。
第3部分:将设备从 d_a复制到 d_b。
第4部分:将设备上的 d_b 复制回主机上的 h_a。
第5部分:在主机上释放 d_a 和 d_b。
额外部分:用cudaMallocHost代替malloc来分配h_a。(Copy between host and device -- start with the cudaMallocAndMemcpy template.
The first part allocates memory for the indexes d_a and d_b on the device.
The second part: copy the h_a on the host to the d_a on the device.
The third part: copy the device from d_a to d_b.
The fourth part: copy the d_b from the device back to the h_a on the host.
The fifth part: release d_a and d_b on the host.)
第1部分:为设备上的指标 d_a 和 d_b 分配内存。
第2部分:将主机上的h_a复制到设备上的 d_a。
第3部分:将设备从 d_a复制到 d_b。
第4部分:将设备上的 d_b 复制回主机上的 h_a。
第5部分:在主机上释放 d_a 和 d_b。
额外部分:用cudaMallocHost代替malloc来分配h_a。(Copy between host and device -- start with the cudaMallocAndMemcpy template.
The first part allocates memory for the indexes d_a and d_b on the device.
The second part: copy the h_a on the host to the d_a on the device.
The third part: copy the device from d_a to d_b.
The fourth part: copy the d_b from the device back to the h_a on the host.
The fifth part: release d_a and d_b on the host.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
cudaMallocAndMemcpy
cudaMallocAndMemcpy\cudaMallocAndMemcpy.cu
cudaMallocAndMemcpy\cudaMallocAndMemcpy.sln
cudaMallocAndMemcpy\cudaMallocAndMemcpy.vcproj
cudaMallocAndMemcpy\solution
cudaMallocAndMemcpy\solution\cudaMallocAndMemcpy.cu
cudaMallocAndMemcpy\cudaMallocAndMemcpy.cu
cudaMallocAndMemcpy\cudaMallocAndMemcpy.sln
cudaMallocAndMemcpy\cudaMallocAndMemcpy.vcproj
cudaMallocAndMemcpy\solution
cudaMallocAndMemcpy\solution\cudaMallocAndMemcpy.cu
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.