DocumentCode :
2449623
Title :
Parallel external sorting for CUDA-enabled GPUs with load balancing and low transfer overhead
Author :
Peters, Hagen ; Schulz-Hildebrandt, Ole ; Luttenberger, Norbert
Author_Institution :
Dept. of Comput. Sci., Christian-Albrechts-Univ. Kiel, Kiel, Germany
fYear :
2010
fDate :
19-23 April 2010
Firstpage :
1
Lastpage :
8
Abstract :
Sorting is a well-investigated topic in Computer Science in general and by now many efficient sorting algorithms for CPUs and GPUs have been developed. There is no swapping, paging, etc. available on GPUs to provide more virtual memory than physically available, thus if one wants to sort sequences that exceed GPU memory using the GPU the problem of external sorting arises. In this contribution we present a novel merge-based external sorting algorithm for one or more CUDA-enabled GPUs. We reduce the performance impact of memory transfers to and from the GPU by using an approach similar to regular samplesort and by overlapping memory transfers with GPU computation. We achieve a good utilization of GPUs and load balancing among them by carefully choosing the samples and the amount of GPU memory used for computation. We demonstrate the performance of our algorithm by extended testing. Using two GTX280 the implementation outperforms the fastest CPU sorting algorithms known to the authors.
Keywords :
computer graphic equipment; coprocessors; merging; resource allocation; sorting; storage management; CUDA enabled GPU; load balancing; low transfer overhead; merge based external sorting algorithm; parallel external sorting; virtual memory; Algorithm design and analysis; Computer science; Load management; Measurement; Merging; Performance analysis; Prototypes; Sorting; Testing; Workstations;
fLanguage :
English
Publisher :
ieee
Conference_Titel :
Parallel & Distributed Processing, Workshops and Phd Forum (IPDPSW), 2010 IEEE International Symposium on
Conference_Location :
Atlanta, GA
Print_ISBN :
978-1-4244-6533-0
Type :
conf
DOI :
10.1109/IPDPSW.2010.5470833
Filename :
5470833
Link To Document :
بازگشت