@inproceedings{2e1ade7c38e94656ad048c511d64a9cf,
title = "Fast radix sort for sparse linear algebra on GPU",
abstract = "Fast sorting is an important step in many parallel algorithms, which require data ranking, ordering or partitioning. Parallel sorting is a widely researched subject, and many algorithms were developed in the past. In this paper, the focus is on implementing highly efficient sorting routines for the sparse linear algebra operations, such as parallel sparse matrix - matrix multiplication, or factorization. We propose a fast and simple to implement variant of parallel radix sort algorithm, suitable for GPU architecture. Extensive testing on both synthetic and real-world data shows, that our method outperforms other similar state-of-the-art implementations. Our implementation is bandwidth-efficient, as it achieves sorting rates comparable to the theoretical upper bound of memory bandwidth. We also present several interesting code optimizations relevant to GPU programming.",
keywords = "Matrix-matrix multiplication, Parallel sorting, Radix sort, Sparse matrix",
author = "Lukas Polok and Viorela Ila and Pavel Smrz",
year = "2014",
language = "English",
isbn = "9781632662163",
series = "Simulation Series",
publisher = "The Society for Modeling and Simulation International",
number = "5",
pages = "79--86",
booktitle = "Proceedings of the 2014 Spring Simulation Multiconference, SpringSim 2014 - High Performance Computing Symposium, HPC 2014",
address = "United States",
edition = "5",
note = "22nd High Performance Computing Symposium, HPC 2014, Part of the 2014 Summer Simulation Multiconference, SummerSim 2014 ; Conference date: 13-04-2014 Through 16-04-2014",
}