1. 首页
  2. 数据库
  3. 其它
  4. Warp Shuffles and Reduction and Scan Operations CUDA Slides 计算机科学

Warp Shuffles and Reduction and Scan Operations CUDA Slides 计算机科学

上传者: 2021-04-25 09:50:52上传 PDF文件 116.94KB 热度 27次
Lecture 4: warp shuffles, and reduction / scan operationsProf. Mike Gilesmike.giles@maths.ox.ac.ukOxford University Mathematical InstituteOxford e-Research CentreLecture 4 – p. 1Warp shufflesThe Kepler architecture introduced a new machine instructon: a warp shuffleThis gives a mechanism for moving data between threads in the same warp, without using any shared memory.At present it is only for 32-bit data, but 64-bit data can be handled (in software) as a pair of 32-bit shuffles.Lecture 4 – p. 2
用户评论