Skip to content

Ipp fft eurecom develop

Sohail Shah requested to merge ipp_fft_eurecom_develop into develop

This merge request adds Intel Processing Primitives implementation of FFT to the OAI code base.

IPP based fft is only added in slot_fep and slot_fep_mbsfn for 1.25 kHz subcarrier spacing. If requested by the community, slot_fep_ul and slot_fep_mbsfn for other subcarrier spacings.

Defines IPP_FFT_CAS and IPP_FFT are used to switch between OAI FFT and IPP FFT implementations. If requested by the community, a config file option could be used to switch between both options without requiring recompilation.

Merge request reports