mkl_fft
mkl_fft copied to clipboard
NumPy-based Python interface to Intel (R) MKL FFT functionality
How can i download and install version 1.0.15 of mkl-fft ? Or does it exist in the past ?
While trying to git push heroku master I am encountering an error : **A snippet of the error:** ``` remote: ERROR: Could not find a version that satisfies the requirement...
hi all, I have tested torch.fft.fftn and mkl_fft.fftn, the performance is below measure in python - input size: 1,3,2160, 3840 - axes = (-2, -1) - OMP_NUM_THREADS=10 - mkl_fft.fftn cost:...
Based on the error message, it seems like this is a known limitation, but I'm resampling data using ffts and get an error related to the size of the data....
System: OS High Sierra 10.13.4 Python: 3.7 Pip: 18.0 sudo -H pip3 install mkl-ffl Error message: Collecting mkl-ffl Could not find a version that satisfies the requirement mkl-ffl (from versions:...
I installed Intel Python on Windows 10, the version of mkl_fft is 1.3.0 and it is package py37h5a85a7c_0. If one does a 2D FFT on a ndim=3 array, the resulting...
I'm wondering if it's possible to include the source code on PyPI. I could check that this project deals with [`python=>3.5`](https://github.com/IntelPython/mkl_fft/blob/master/setup.py#L88) (which may cause problems with lastest numpy versions), and...
For certain large 1d `rfft`s, I get the following error. Tested this in anaconda python 3.7 and 3.8 on linux. If the long/fft axis is 1 instead of 0, I...
Please provide wheels for python 3.7 & 3.8 on pyPI so that we can install this module.
The top-level documentation does not make it clear that the inverse real transforms are real to complex (not complex to real as some users will expect). Also, this functionality is...