Skip to content

Commit

Permalink
releasing mkl_fft 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Apr 16, 2019
1 parent 01ad727 commit 54b3271
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@
mkl_fft changelog
=================

1.0.12
======
Issue #37 fixed.

Inhibited vectorization of short loops computing pointer to memory referenced by a multi-iterator by Intel (R) C Compiler, improving
performance of ND `fft` and `ifft` on real input arrays.


1.0.11
======
Improvement for performance of ND fft on real input arrays by inlining multi-iterators.
Improvement for performance of ND `fft` on real input arrays by inlining multi-iterators.
This particularly benefits performance of mkl_fft built with Intel (R) C Compiler.


Expand Down
2 changes: 1 addition & 1 deletion mkl_fft/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.11'
__version__ = '1.0.12'

0 comments on commit 54b3271

Please sign in to comment.