Skip to content

Releases: IntelPython/mkl_fft

v1.2.1

10 Feb 16:38
Compare
Choose a tag to compare

Includes bug fix #54

v1.2.0

14 Sep 19:49
Compare
Choose a tag to compare

Due to removal of deprecated real-to-real FFT with DFTI_CONJUGATE_EVEN_STORAGE=DFTI_COMPLEX_REAL and DFTI_PACKED_FORMAT=DFTI_PACK
from Intel(R) Math Kernel Library, reimplemented mkl_fft.rfft and mkl_fft.irfft to use real-to-complex functionality with subsequent
copying to rearange the transform as expected of mkl_fft.rfft, with the associated performance penalty. The use of the real-to-complex
transform improves multi-core utilization which may offset the performance loss incurred due to copying.

v1.1.0

16 Apr 21:24
Compare
Choose a tag to compare
  • Added scipy.fft backend, see #42
  • Fixed #46

v1.0.14

02 Aug 13:12
Compare
Choose a tag to compare

Fix for bug in irfftn_numpy for non-default axes.

Update to NumPy interface to adjust to changes to pocketfft in NumPy 1.17

v1.0.13

09 May 15:22
Compare
Choose a tag to compare

Fixed memory leak, #39.

v1.0.12

17 Apr 13:38
Compare
Choose a tag to compare

Fix for issue #37, as well as performance improvement for fftn and ifftn on real arrays for binaries built with Intel(R) C Compiler.

v1.0.11

14 Mar 13:19
Compare
Choose a tag to compare

Inlined multi-iterator routines to improve efficiency of complex ND transforms on real vectors.

v1.0.10

28 Nov 20:53
Compare
Choose a tag to compare

Fixes issues #29.

Adds Travis integration.

v1.0.9

28 Nov 03:56
Compare
Choose a tag to compare

This is rerelease of 1.0.7, which adds include of mkl.h in the header file to fix build break with clang on MacOS.

v1.0.8

27 Nov 20:44
Compare
Choose a tag to compare
v1.0.8 Pre-release
Pre-release

This is re-release of 1.0.7 with a fix for gcc compilation error, missed due to lack of CI.