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
81
81
82
82
Due to removal of deprecated real-to-real FFT with ` DFTI_CONJUGATE_EVEN_STORAGE=DFTI_COMPLEX_REAL ` and
83
83
` 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
86
85
transform improves multi-core utilization which may offset the performance loss incurred due to copying.
87
86
88
87
1.1.0
@@ -173,7 +172,7 @@ This is a bug fix release.
173
172
It fixes issues #9 , and #13 .
174
173
175
174
As 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.
177
176
178
177
1.0.2
179
178
=====
You can’t perform that action at this time.
0 commit comments