CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 并行运算

文件名称:myFirstKernel

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2017-07-07
  • 文件大小:
    6kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

启动内核--从“myFirstKernel”模板开始。

Part1:使用指针d_a为内核的结果分配设备内存。
Part2:使用1-D的1-D网格来配置和启动内核
线程块。
Part3:让每个线程设置一个d_a的元素,如下所示:
idx = blockIdx.x * blockDim.x + threadIdx.x d_a [idx] = 1000 * blockIdx.x + threadIdx.x
Part4:将d_a中的结果复制回主机指针h_a。
Part5:验证结果是否正确。(Start the kernel -- start with the myFirstKernel template.
Part1: use pointer d_a to allocate device memory for the results of the kernel.
Part2: use the 1-D 1-D grid to configure and start the kernel
Thread block.
Part3: let each thread set an element of d_a, as shown below:
IDX = blockIdx.x * blockDim.x + threadIdx.x d_a = [idx] = 1000 * blockIdx.x + threadIdx.x
Part4: copy the results from d_a back to the host pointer h_a.
Part5: is the validation correct?.)
相关搜索: cuda code Kernel

(系统自动生成,下载前可以参看下载内容)

下载文件列表

myFirstKernel
myFirstKernel\myFirstKernel.cu
myFirstKernel\myFirstKernel.sln
myFirstKernel\myFirstKernel.vcproj
myFirstKernel\solution
myFirstKernel\solution\myFirstKernel.cu

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com