Posts by Vinod Grover
Technical Walkthrough
Jan 15, 2018
Using CUDA Warp-Level Primitives
NVIDIA GPUs execute groups of threads known as warps in SIMT (Single Instruction, Multiple Thread) fashion. Many CUDA programs achieve high performance by…
16 MIN READ
Technical Walkthrough
Nov 07, 2016
New Compiler Features in CUDA 8
CUDA 8 is one of the most significant updates in the history of the CUDA platform. In addition to Unified Memory and the many new API and library features in…
17 MIN READ