Parallel Lexicographic Names Construction with CUDA

Weidong Sun,Zongmin Ma
DOI: https://doi.org/10.1109/icpads.2009.31
2009-01-01
Abstract:Suffix array is a simpler and compact alternative to the suffix tree, lexicographic name construction is the fundamental building block in suffix array construction process. This paper depicts the design issues of first data parallel implementation of the lexicographic name construction algorithm on a commodity multiprocessor GPU using the Compute Unified Device Architecture (CUDA) platform, both from NVIDIA Corporation. The full parallel version runs much faster than any serial implementation on CPU. The thread level parallel code block provides an efficient primitive for building a high performance suffix array construction program and many other applications.
What problem does this paper attempt to address?