programming massively parrellel processors(1)

本书详细介绍了CUDA编程的关键特性,包括SIMD模型、Warp执行模型、流处理器的工作方式、延迟容忍机制以及如何合理安排线程和块的数量等内容。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

  I have to say this is a very good book to learn more about cuda, especially for a novice like me, who take interest in parallel computing and is not content with cuda programming guide.
  There are several important features of cuda included in this book I want to share with readers:
  1、cuda employs single instruction, all data model(SIMD), which is same as that of CPU;
  2、All threads in a warp will have the same executive time, that is why cuda programming guide suggest that we use 32x threads.
  3、Each stream processor(SM) can execute only one instruction for a small subset of warps;
  4、Latency tolerance enables GPUs to save much area dedicated to cache memories and branch prediction mechanism, which is quite different from CPU;
  5、It also introduces a proper way to schedule the number of threads and blocks, taking into account the computability.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值