随笔分类 -  GPGPU(CUDA)

High performance Computation (GPGPU),
摘要:2iSome years ago I started work on my first CUDA implementation of the Multiparticle Collision Dynamics (MPC) algorithm, a particle-in-cell code used 阅读全文
posted @ 2016-06-27 10:02 pengdada 阅读(254) 评论(0) 推荐(0)
摘要:The introduction this week of NVIDIA’s first-generation “Maxwell” GPUs is a very exciting moment for GPU computing. These first Maxwell products, such 阅读全文
posted @ 2016-03-10 09:40 pengdada 阅读(441) 评论(0) 推荐(0)
摘要:In this post, I’ll introduce warp-aggregated atomics, a useful technique to improve performance when many threads atomically add to a single counter. 阅读全文
posted @ 2016-03-10 09:35 pengdada 阅读(752) 评论(0) 推荐(0)