File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,7 @@ Includes bug fix #54
8181
8282Due to removal of deprecated real-to-real FFT with ` DFTI_CONJUGATE_EVEN_STORAGE=DFTI_COMPLEX_REAL ` and
8383` DFTI_PACKED_FORMAT=DFTI_PACK ` from Intel(R) Math Kernel Library, reimplemented ` mkl_fft.rfft ` and
84- ` mkl_fft.irfft ` to use real-to-complex functionality with subsequent copying to rearange the transform as expected
85- of ` mkl_fft.rfft ` , with the associated performance penalty. The use of the real-to-complex
84+ ` mkl_fft.irfft ` to use real-to-complex functionality with subsequent copying to rearrange the transform as expected
8685transform improves multi-core utilization which may offset the performance loss incurred due to copying.
8786
88871.1.0
@@ -173,7 +172,7 @@ This is a bug fix release.
173172It fixes issues #9 , and #13 .
174173
175174As part of fixing issue #13 , out-of-place 1D FFT calls such as ` fft ` , ` ifft ` , ` rfft_numpy `
176- and ` irfftn_numpy ` will allocate Fortran layout array for the output is the input is a Fotran array.
175+ and ` irfftn_numpy ` will allocate Fortran layout array for the output if the input is a Fortran array.
177176
1781771.0.2
179178=====
You can’t perform that action at this time.
0 commit comments