We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ad727 commit 54b3271Copy full SHA for 54b3271
CHANGES.rst
@@ -2,9 +2,17 @@
2
mkl_fft changelog
3
=================
4
5
+1.0.12
6
+======
7
+Issue #37 fixed.
8
+
9
+Inhibited vectorization of short loops computing pointer to memory referenced by a multi-iterator by Intel (R) C Compiler, improving
10
+performance of ND `fft` and `ifft` on real input arrays.
11
12
13
1.0.11
14
======
-Improvement for performance of ND fft on real input arrays by inlining multi-iterators.
15
+Improvement for performance of ND `fft` on real input arrays by inlining multi-iterators.
16
This particularly benefits performance of mkl_fft built with Intel (R) C Compiler.
17
18
mkl_fft/_version.py
@@ -1 +1 @@
1
-__version__ = '1.0.11'
+__version__ = '1.0.12'
0 commit comments