A mapping of the Min-Sum decoder to reduction operations, and its implementation using CUDA kernels

📅 2025-07-14
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Traditional LDPC Min-Sum decoders suffer from strong dependence on specific parity-check matrix structures, limiting generality and hardware reusability. To address this, we propose a matrix-content-agnostic GPU decoding framework that depends solely on the matrix dimensions. Our key innovation is the first abstraction of the Min-Sum iterative process as a reduction operation, enabling the design of configurable CUDA kernels that unify row- and column-wise processing under a single parallel paradigm. The framework requires no prior knowledge of the parity-check matrix’s sparsity pattern and supports arbitrary LDPC codes—regular or irregular, across diverse code rates. Experimental results demonstrate consistently high parallel efficiency and excellent scalability across various matrix sizes. This approach significantly enhances the flexibility and hardware reuse potential of LDPC decoders, overcoming structural rigidity inherent in conventional designs.

Technology Category

Application Category

📝 Abstract
Decoders for Low Density Parity Check (LDPC) codes are usually tailored to an application and optimized once the specific content and structure of the parity matrix are known. In this work we consider the parity matrix as an argument of the Min-Sum decoder, and provide a GPU implementation that is independent of the content of the parity matrix, and relies only on its dimensions.
Problem

Research questions and friction points this paper is trying to address.

Mapping Min-Sum decoder to reduction operations
GPU implementation independent of parity matrix content
Generic decoder relying only on parity matrix dimensions
Innovation

Methods, ideas, or system contributions that make the work stand out.

Mapping Min-Sum decoder to reduction operations
GPU implementation independent of parity matrix content
Relies only on parity matrix dimensions
🔎 Similar Papers
No similar papers found.