功能 #672
由 guo hanlin 更新于 超过 3 年 之前
使用MKL的DFTI库进行浮点的任意长度FFT计算,速度没有定点AVX512计算快,优势在于简单方便。
计算速度的优化有很多方案:
https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/fourier-transform-functions/fft-functions/fft-computation-functions/dfticomputebackward.html
附件中的dft_mkl.c编译命令为icc dft_mkl.c -o dft_mkl -mkl
计算速度的优化有很多方案:
https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/fourier-transform-functions/fft-functions/fft-computation-functions/dfticomputebackward.html
附件中的dft_mkl.c编译命令为icc dft_mkl.c -o dft_mkl -mkl