Technical Blog
Tag: histogram
Subscribe
Technical Walkthrough
Aug 06, 2015
Voting and Shuffling to Optimize Atomic Operations
2iSome years ago I started work on my first CUDA implementation of the Multiparticle Collision Dynamics (MPC) algorithm, a particle-in-cell code used to...
10 MIN READ
Technical Walkthrough
Mar 17, 2015
GPU Pro Tip: Fast Histograms Using Shared Atomics on Maxwell
Histograms are an important data representation with many applications in computer vision, data analytics and medical imaging. A histogram is a graphical...
9 MIN READ