-
Notifications
You must be signed in to change notification settings - Fork 42
[DRAFT] Pre-plan FFTs #282
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
Conversation
Tested on LUMI-G. develop branch:
preplan_fft branch:
Something is still taking a lot of time in the first step, but it's dramatically faster than before (most of the FFT initialisation cost has been shifted to the actual intialisation stage of SETUP_TRANS). Pinging @PaulMullowney for his interest. |
Thanks @samhatfield I will pull this branch and start playing around with it. |
Branch not intended for merging so I will close this. |
Draft PR demonstrating potential method to pre-plan FFTs, taking the planning out of the hot loop.