vix.ing · top · new · best · stats · spec

Space Efficient Sequence Alignment for SRAM-Based Computing: X-Drop on the Graphcore IPU

2023/04/17 by Luk Burchard, Max Zhao, Burchard, Luk +7 · 1 citation
Biochemistry, Genetics and Molecular Biology · #Bioinformatics and Genomic Networks #Distributed #FOS: Biological sciences #FOS: Computer and information sciences #Genomics (q-bio.GN) #Genomics and Chromatin Dynamics #Genomics and Phylogenetic Studies #Parallel #and Cluster Computing (cs.DC)

paper · pdf · doi:10.48550/arxiv.2304.08662

openalex publication_date 2023/04/17 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Dedicated accelerator hardware has become essential for processing AI-based workloads, leading to the rise of novel accelerator architectures. Furthermore, fundamental differences in memory architecture and parallelism have made these accelerators targets for scientific computing. The sequence alignment problem is fundamental in bioinformatics; we have implemented the X-Drop algorithm, a heuristic method for pairwise alignment that reduces search space, on the Graphcore Intelligence Processor Unit (IPU) accelerator. The X-Drop algorithm has an irregular computational pattern, which makes it difficult to accelerate due to load balancing. Here, we introduce a graph-based partitioning and queue-based batch system to improve load balancing. Our implementation achieves 10× speedup over a state-of-the-art GPU implementation and up to 4.65× compared to CPU. In addition, we introduce a memory-restricted X-Drop algorithm that reduces memory footprint by 55× and efficiently uses the IPU's limited low-latency SRAM. This optimization further improves the strong scaling performance by 3.6×.

Cited by

Related