Sorting with GPUs: A Survey
Department of Computer Science, University of California, Irvine, CA 92697, USA
arXiv:1709.02520 [cs.DC], (8 Sep 2017)
@article{arkhipov2017sorting,
title={Sorting with GPUs: A Survey},
author={Arkhipov, Dmitri I. and Wu, Di and Li, Keqin and Regan, Amelia C.},
year={2017},
month={sep},
archivePrefix={"arXiv"},
primaryClass={cs.DC}
}
Sorting is a fundamental operation in computer science and is a bottleneck in many important fields. Sorting is critical to database applications, online search and indexing,biomedical computing, and many other applications. The explosive growth in computational power and availability of GPU coprocessors has allowed sort operations on GPUs to be done much faster than any equivalently priced CPU. Current trends in GPU computing shows that this explosive growth in GPU capabilities is likely to continue for some time. As such, there is a need to develop algorithms to effectively harness the power of GPUs for crucial applications such as sorting.
September 12, 2017 by hgpu