文件名称:reverseArray_multiblock
-
所属分类:
- 标签属性:
- 上传时间:2017-07-06
-
文件大小:6kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
反向阵列(multiblock):
给定指针d_a中的输入数组{a0,a1,...,an-1},将反向数组{an-1,an-2,...,a0}存储在指针d_b中
A: 从“reverseArray_multiblock”模板开始
B:多个256线程块启动,要颠倒大小为N,N / 256块的数组
第1部分:计算要启动的块数
第2部分:实现内核reverseArrayBlock
请注意,现在您必须同时进行计算
块内的相反位置
反向偏移到块的开始(Reverse array (multiblock):
Given the pointer d_a in the input array {a0, A1,..., an-1}, the reverse array {an-1, An-2,..., a0} stored in the pointer d_b
A: starts with the "reverseArray_multiblock" template
B: more than 256 thread block start, to reverse the size of N, N / 256 block array
The first part: the number of calculation to start
The second part: implementation of kernel reverseArrayBlock
Attention, now you must calculate at the same time
The reverse position in a block
Reverse offset to block start)
给定指针d_a中的输入数组{a0,a1,...,an-1},将反向数组{an-1,an-2,...,a0}存储在指针d_b中
A: 从“reverseArray_multiblock”模板开始
B:多个256线程块启动,要颠倒大小为N,N / 256块的数组
第1部分:计算要启动的块数
第2部分:实现内核reverseArrayBlock
请注意,现在您必须同时进行计算
块内的相反位置
反向偏移到块的开始(Reverse array (multiblock):
Given the pointer d_a in the input array {a0, A1,..., an-1}, the reverse array {an-1, An-2,..., a0} stored in the pointer d_b
A: starts with the "reverseArray_multiblock" template
B: more than 256 thread block start, to reverse the size of N, N / 256 block array
The first part: the number of calculation to start
The second part: implementation of kernel reverseArrayBlock
Attention, now you must calculate at the same time
The reverse position in a block
Reverse offset to block start)
相关搜索: cuda code
multiblock
(系统自动生成,下载前可以参看下载内容)
下载文件列表
reverseArray_multiblock
reverseArray_multiblock\reverseArray_multiblock.cu
reverseArray_multiblock\reverseArray_multiblock.sln
reverseArray_multiblock\reverseArray_multiblock.vcproj
reverseArray_multiblock\solutions
reverseArray_multiblock\solutions\reverseArray_multiblock.cu
reverseArray_multiblock\reverseArray_multiblock.cu
reverseArray_multiblock\reverseArray_multiblock.sln
reverseArray_multiblock\reverseArray_multiblock.vcproj
reverseArray_multiblock\solutions
reverseArray_multiblock\solutions\reverseArray_multiblock.cu
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.