CUB at GTC'14

137 views
Skip to first unread message

Duane Merrill

unread,
Mar 26, 2014, 1:38:54 PM3/26/14
to cub-...@googlegroups.com
I'll be giving a CUB talk at GTC'14 this week in San Jose (session link), and I invite anyone who's interested to come and stop by.  Also, feel free to email me if you want to chat in person.  

S4566 - CUB: "Collective" Software Primitives for CUDA Kernel Development


Day: Thursday, 03/27
Time: 14:00 - 14:50
Location: Room LL21D

Duane Merrill ( Research Scientist, NVIDIA )

Learn how to use the CUB library of "collective" SIMT primitives to simplify CUDA kernel development, maintenance, and tuning. Constructing, tuning, and maintaining kernel code is perhaps the most challenging, time-consuming aspect of CUDA programming. CUDA kernel software is where the complexity of parallelism is expressed. Programmers must reason about deadlock, livelock, synchronization, race conditions, shared memory layout, plurality of state, granularity, throughput, latency, memory bottlenecks, etc. However, with the exception of CUB, there are few (if any) software libraries of reusable kernel primitives. In the CUDA ecosystem, CUB is unique in this regard. CUB provides state-of-the-art, reusable software components for every layer of the CUDA programming model:Device-wide primitives (sort, prefix scan, reduction, histogram, etc.); Block-wide "collective" primitives (I/O, sort, prefix scan, reduction, histogram, etc.); Warp-wide "collective" primitives (Warp-wide prefix scan, reduction, etc.)

Session Level: Intermediate
Session Type: Talk
Tags: Numerical Algorithms & Libraries; Programming Languages & Compilers



Reply all
Reply to author
Forward
0 new messages