2416

Parallel Prefix Sum (Scan) with CUDA

Mark Harris, Shubhabrata Sengupta, John D. Owens
NVIDIA
In GPU Gems 3 (12 August 2007)

@article{harris2007parallel,

   title={Parallel prefix sum (scan) with CUDA},

   author={Harris, M. and Sengupta, S. and Owens, J.D.},

   journal={GPU Gems},

   volume={3},

   number={39},

   pages={851–876},

   year={2007},

   publisher={Citeseer}

}

Download Download (PDF)   View View   Source Source   

4298

views

Parallel prefix sum, also known as parallel Scan, is a useful building block for many parallel algorithms including sorting and building data structures. In this document we introduce Scan and describe step-by-step how it can be implemented efficiently in NVIDIA CUDA. We start with a basic naive algorithm and proceed through more advanced techniques to obtain best performance. We then explain how to scan arrays of arbitrary size that cannot be processed with a single block of threads.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: