Atomic Operations and Low-Wait Algorithms in CUDA

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.


August 20, 2013
URL:http://www.drdobbs.com/parallel/atomic-operations-and-low-wait-algorithm/240160177

Terms of Service | Privacy Statement | Copyright © 2024 UBM Tech, All rights reserved.