Simple sorting algorithm test based on CUDA
UCAS, Computer Science Institute, Beijing, China
arXiv:1505.07605 [cs.DC], (28 May 2015)
@article{meng2015simple,
title={Simple sorting algorithm test based on CUDA},
author={Meng, Hongyu and Guo, Fangjin},
year={2015},
month={may},
archivePrefix={"arXiv"},
primaryClass={cs.DC}
}
With the development of computing technology, CUDA has become a very important tool. In computer programming, sorting algorithm is widely used. There are many simple sorting algorithms such as enumeration sort, bubble sort and merge sort. In this paper, we test some simple sorting algorithm based on CUDA and draw some useful conclusions.
May 29, 2015 by hgpu