Quantcast
Channel: Dr. Dobb's Parallel Articles
Viewing all articles
Browse latest Browse all 86

Atomic Operations and Low-Wait Algorithms in CUDA

$
0
0
Used correctly, atomic operations can help implement a wide range of generic data structures and algorithms in the massively threaded GPU programming environment. However, incorrect usage can turn massively parallel GPUs into poorly performing sequential processors.

Viewing all articles
Browse latest Browse all 86

Trending Articles