Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 318 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 318 Bytes

Intro

This repo is a CUDA/C++ based implementation of LDPC encoding/decoding algorithms The intention is to validate against pyLDPC for correctness and speed profiling

Setup

TODO

sudo apt install cmake
sudo apt-get install libgtest-dev
sudo apt-get install libeigen3-dev

Benchmarks

cuLDPC vs pyLDPC