This paper presents an algorithm for fast sorting of large lists using modern GPUs. The method achieves high speed by efficiently utilizing the parallelism of the GPU throughout the whole algorithm. Initially, GPU-based bucketsort or quicksort splits the list into enough sublists then to be sorted in parallel using merge-sort. The algorithm is of complexity nlogn, and for lists of 8 M elements and using a single Geforce 8800 GTS-512, it is 2.5 times as fast as the bitonic sort algorithms, with standard complexity of n(logn)2, which for a long time was considered to be the fastest for GPU sorting. It is 6 times faster than single CPU quicksort, and 10% faster than the recent GPU-based radix sort. Finally, the algorithm is further parallelize...
In this paper we present GPU-Quicksort, an efficient Quicksort algorithm suitable for highly paralle...
In this paper, we present a novel approach for parallel sorting on stream processing architectures. ...
In this article, we describe GPU-Quicksort, an efficient Quicksort algorithm suitable for highly par...
This paper presents an algorithm for fast sorting of large lists using modern GPUs. The method achie...
Sorting is a common problem in computer science. There are a lot of well-known sorting algorithms cr...
Abstract Sorting is a common problem in computer science. There are a lot of well-known sorting algo...
Sorting is a common problem in computer science. There are lot of well-known sorting algorithms crea...
Sorting is a common problem in computer science. There are lot of well-known sorting algorithms crea...
This paper presents a comparative analysis of the three widely used parallel sorting algorithms: Odd...
Sorting algorithms have been studied extensively since past three decades. Their uses are found in m...
We present a hybrid CUDA-MPI sorting algorithm that makes use of GPU clusters to sort large data set...
We describe the design of high-performance parallel radix sort and merge sort routines for manycore ...
The GPU is an effective architecture for sorting due to its massive parallelism and high memory band...
Sorting is an important problem in computing that has a rich history of investigation by various res...
In this paper we present GPU-Quicksort, an efficient Quicksort algorithm suitable for highly paralle...
In this paper we present GPU-Quicksort, an efficient Quicksort algorithm suitable for highly paralle...
In this paper, we present a novel approach for parallel sorting on stream processing architectures. ...
In this article, we describe GPU-Quicksort, an efficient Quicksort algorithm suitable for highly par...
This paper presents an algorithm for fast sorting of large lists using modern GPUs. The method achie...
Sorting is a common problem in computer science. There are a lot of well-known sorting algorithms cr...
Abstract Sorting is a common problem in computer science. There are a lot of well-known sorting algo...
Sorting is a common problem in computer science. There are lot of well-known sorting algorithms crea...
Sorting is a common problem in computer science. There are lot of well-known sorting algorithms crea...
This paper presents a comparative analysis of the three widely used parallel sorting algorithms: Odd...
Sorting algorithms have been studied extensively since past three decades. Their uses are found in m...
We present a hybrid CUDA-MPI sorting algorithm that makes use of GPU clusters to sort large data set...
We describe the design of high-performance parallel radix sort and merge sort routines for manycore ...
The GPU is an effective architecture for sorting due to its massive parallelism and high memory band...
Sorting is an important problem in computing that has a rich history of investigation by various res...
In this paper we present GPU-Quicksort, an efficient Quicksort algorithm suitable for highly paralle...
In this paper we present GPU-Quicksort, an efficient Quicksort algorithm suitable for highly paralle...
In this paper, we present a novel approach for parallel sorting on stream processing architectures. ...
In this article, we describe GPU-Quicksort, an efficient Quicksort algorithm suitable for highly par...