Skip to content

Nr ldpc cuda softmodem

Francois TABURET requested to merge NR_ldpc_cuda_softmodem into develop

move ldpc decoder accelerated in cuda GPU in a shared lib compatible with oai loader. libldpc_cuda.so is built as a ldpctest, nr-sotmodem, nr-uesoftmoden and ocp-gnb targets when cuda development environment is detected. At runtime --loader.ldcp.shlibversion _cuda option can be used to select the cuda accelerated ldcp library, except for the ldpctest exec where the -G option has been preserved. Also start implementing an opencl version of the ldpc decoder, starting "translating" the cuda version.

Edited by Francois TABURET

Merge request reports