Skip to content

v1.2.0

Compare
Choose a tag to compare
@oleksandr-pavlyk oleksandr-pavlyk released this 14 Sep 19:49
· 149 commits to master since this release

Due to removal of deprecated real-to-real FFT with DFTI_CONJUGATE_EVEN_STORAGE=DFTI_COMPLEX_REAL and DFTI_PACKED_FORMAT=DFTI_PACK
from Intel(R) Math Kernel Library, reimplemented mkl_fft.rfft and mkl_fft.irfft to use real-to-complex functionality with subsequent
copying to rearange the transform as expected of mkl_fft.rfft, with the associated performance penalty. The use of the real-to-complex
transform improves multi-core utilization which may offset the performance loss incurred due to copying.