Skip to content

WIP: Semi-automatic code generator for LDPC decoder for AVX2 and AVX512.

knopp requested to merge ldpc-decoder-codegen into develop

The MR adds a semi-automatic generator for the LDPC decoder which will select AVX512 instead of AVX2 if it is available on the machine. The code will generate a few .h files which are added to the repository. The generators are integration into the OAI build process and triggered automatically.

Edited by Robert Schmidt

Merge request reports