A Hybrid Parallel Implementation of the Aho-Corasick and Wu-Manber Algorithms Using NVIDIA CUDA and MPI Evaluated on a Biological Sequence Database
Charalampos S. Kouzinopoulos, John-Alexander M. Assael, Themistoklis, K. Pyrgiotis, and Konstantinos G. Margaritis

TL;DR
This paper presents a hybrid parallel implementation of Aho-Corasick and Wu-Manber algorithms on NVIDIA CUDA and MPI, demonstrating significant speedup in processing large biological sequence datasets on GPU clusters.
Contribution
It introduces a novel hybrid GPU-MPI implementation of two key multiple matching algorithms and evaluates their performance on biological data.
Findings
Significant speedup achieved on GPU clusters
Effective processing of large genomic datasets
Hybrid implementation outperforms CPU-based methods
Abstract
Multiple matching algorithms are used to locate the occurrences of patterns from a finite pattern set in a large input string. Aho-Corasick and Wu-Manber, two of the most well known algorithms for multiple matching require an increased computing power, particularly in cases where large-size datasets must be processed, as is common in computational biology applications. Over the past years, Graphics Processing Units (GPUs) have evolved to powerful parallel processors outperforming Central Processing Units (CPUs) in scientific calculations. Moreover, multiple GPUs can be used in parallel, forming hybrid computer cluster configurations to achieve an even higher processing throughput. This paper evaluates the speedup of the parallel implementation of the Aho-Corasick and Wu-Manber algorithms on a hybrid GPU cluster, when used to process a snapshot of the Expressed Sequence Tags of the human…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Network Packet Processing and Optimization · Genomics and Phylogenetic Studies
