7283

An Algorithm for Fast Edit Distance Computation on GPUs

Reza Farivar, Harshit Kharbanda, Shivaram Venkataraman, Roy H. Campbell
Department of Computer Science, University of Illinois at Urbana-Champaign
Innovative Parallel Computing: Foundations & Applications of GPU, Manycore, and Heterogeneous Systems (InPar 2012), 2012

@article{farivar2012algorithm,

   title={An Algorithm for Fast Edit Distance Computation on GPUs},

   author={Farivar, R. and Kharbanda, H. and Venkataraman, S. and Campbell, R.H.},

   year={2012}

}

Download Download (PDF)   View View   Source Source   

2404

views

The problem of finding the edit distance between two sequences (and its closely related problem of longest common subsequence) are important problems with applications in many domains like virus scanners, security kernels, natural language translation and genome sequence alignment. The traditional dynamic-programming based algorithm is hard to parallelize on SIMD processors as the algorithm is memory intensive and has many divergent control paths. In this paper we introduce a new algorithm which modifies the dynamic programming method to reduce its amount of data storage and eliminate control flow divergences. Our algorithm divides the problem into independent ‘quadrants’ and makes efficient use of shared memory and registers available in GPUs to store data between different phases of the algorithm. Further, we eliminate any control flow divergences by embedding condition variables in the program logic to ensure all the threads execute the same instructions even though they work on different data items. We present an implementation of this algorithm on an NVIDIA GeForce GTX 275 GPU and compare against an optimized multithreaded implementation on an Intel Core i7-920 quad core CPU with hyper-threading support. Our results show that our GPU implementation is up to 8x faster when operating on a large number of sequences.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: