Skip to content

Fixed issue #48 #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 24, 2021
Merged

Fixed issue #48 #56

merged 1 commit into from
Feb 24, 2021

Conversation

oleksandr-pavlyk
Copy link
Contributor

Closes #48

(bld_npy_120) [10:26:23 vmlin03 mkl_fft]$ python issue48.py
fftn on full array: 680 ms
loop of fftn on subarray: 630 ms
True
(bld_npy_120) [10:26:32 vmlin03 mkl_fft]$ python issue48.py
fftn on full array: 656 ms
loop of fftn on subarray: 677 ms
True

Also fixes typo in _numpy_fft.py introduced in the previous commit.

@AndresGuzman-Ballen @mvandeput

Fixed typo in _numpy_fft.py
@AndresGuzman-Ballen
Copy link

👍

@oleksandr-pavlyk oleksandr-pavlyk merged commit b2af92d into master Feb 24, 2021
@oleksandr-pavlyk oleksandr-pavlyk deleted the fix-issue-48 branch February 24, 2021 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fftn on multiple arrays faster using python loop
2 participants