Difference between revisions of "Webinar 2020 Collaborative Groups in CUDA"

From SHARCNETHelp
Jump to navigationJump to search
imported>Syam
(Created page with "Starting with CUDA version 9, collaborative groups were introduced. These permit synchronization of groups of threads within a kernel, not necessarily just within a single blo...")
 
(No difference)

Latest revision as of 11:34, 16 July 2020

Starting with CUDA version 9, collaborative groups were introduced. These permit synchronization of groups of threads within a kernel, not necessarily just within a single block of threads, but at sub-block and multi-block granularity. With this, collective operations on such groups become possible. This seminar will discuss collaborative groups and how they can be used to improve your CUDA code.