File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 2
2
mkl_fft changelog
3
3
=================
4
4
5
+ 1.2.0
6
+ =====
7
+
8
+ Due to removal of deprecated real-to-real FFT with `DFTI_CONJUGATE_EVEN_STORAGE=DFTI_COMPLEX_REAL ` and `DFTI_PACKED_FORMAT=DFTI_PACK `
9
+ from Intel(R) Math Kernel Library, reimplemented `mkl_fft.rfft ` and `mkl_fft.irfft ` to use real-to-complex functionality with subsequent
10
+ copying to rearange the transform as expected of `mkl_fft.rfft `, with the associated performance penalty. The use of the real-to-complex
11
+ transform improves multi-core utilization which may offset the performance loss incurred due to copying.
12
+
13
+
5
14
1.1.0
6
15
=====
7
16
Original file line number Diff line number Diff line change 1
- {% set version = "1.1 .0" %}
1
+ {% set version = "1.2 .0" %}
2
2
{% set buildnumber = 0 %}
3
3
4
4
package :
Original file line number Diff line number Diff line change 1
- __version__ = '1.1 .0'
1
+ __version__ = '1.2 .0'
You can’t perform that action at this time.
0 commit comments