Title :
Sequence alignment with GPU: Performance and design challenges
Author :
Striemer, Gregory M. ; Akoglu, Ali
Author_Institution :
Dept. of Electr. & Comput. Eng., Univ. of Arizona, Tucson, AZ, USA
Abstract :
In bioinformatics, alignments are commonly performed in genome and protein sequence analysis for gene identification and evolutionary similarities. There are several approaches for such analysis, each varying in accuracy and computational complexity. Smith-Waterman (SW) is by far the best algorithm for its accuracy in similarity scoring. However, execution time of this algorithm on general purpose processor based systems makes it impractical for use by life scientists. In this paper we take Smith-Waterman as a case study to explore the architectural features of Graphics Processing Units (GPUs) and evaluate the challenges the hardware architecture poses, as well as the software modifications needed to map the program architecture on to the GPU. We achieve a 23x speedup against the serial version of the SW algorithm. We further study the effect of memory organization and the instruction set architecture on GPU performance. For that purpose we analyze another implementation on an Intel Quad Core processor that makes use of Intel´s SIMD based SSE2 architecture. We show that if reading blocks of 16 words at a time instead of 4 is allowed, and if 64 KB of shared memory as opposed to 16 KB is available to the programmer, GPU performance enhances significantly making it comparable to the SIMD based implementation. We quantify these observations to illustrate the need for studies on extending the instruction set and memory organization for the GPU.
Keywords :
bioinformatics; coprocessors; genetics; proteins; GPU performance; Intel quad core processor; Smith-Waterman algorithm; bioinformatics; computational complexity; evolutionary similarities; gene identification; genome; graphics processing units; hardware architecture; instruction set architecture; memory organization; processor based system; program architecture; protein sequence analysis; sequence alignment; shared memory; similarity scoring; software modification; Bioinformatics; Computational complexity; Computer architecture; Genomics; Graphics; Hardware; Heuristic algorithms; Performance analysis; Programming profession; Protein sequence; Alignment; Graphics Processing Unit; Residue; Smith-Waterman;
Conference_Titel :
Parallel & Distributed Processing, 2009. IPDPS 2009. IEEE International Symposium on
Conference_Location :
Rome
Print_ISBN :
978-1-4244-3751-1
Electronic_ISBN :
1530-2075
DOI :
10.1109/IPDPS.2009.5161066