File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 22mkl_fft changelog
33=================
44
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+
5141.1.0
615=====
716
Original file line number Diff line number Diff line change 1- {% set version = "1.1 .0" %}
1+ {% set version = "1.2 .0" %}
22{% set buildnumber = 0 %}
33
44package :
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