Open
Conversation
Collaborator
|
How's the FINUFFT speed vs NFFT3 working out for you? |
d7823eb to
1efbbd1
Compare
d450d90 to
791f048
Compare
Member
Hey @ahbarnett, switching to the FINUFFT backend has been a major performance improvement! |
8565f44 to
607b619
Compare
19c0e6a to
e57982b
Compare
* [ghactions] Update runner images and compiler version
03852e0 to
405df56
Compare
2e7d310 to
7ffa19f
Compare
405df56 to
d7e36bd
Compare
…annel specific M4 measurement
…er parameter (-1 = default and unlimited) Co-authored-by: Henri Menke <henri@henrimenke.de>
Co-authored-by: Marcel Klett <m.klett@fkf.mpg.de>
Co-authored-by: Marcel Klett <m.klett@fkf.mpg.de>
Co-authored-by: Marcel Klett <m.klett@fkf.mpg.de>
Co-authored-by: Marcel Klett <m.klett@fkf.mpg.de>
…eanup - Update reference test data Co-authored-by: Nils Wentzell <nwentzell@flatironinstitute.org>
- Set nfft tol to 1e-15 - Use finufft guru interface - Change default buffer size
f756c6f to
ec86e6b
Compare
- Explicit vectorization using XSimD Library - Using -fp-contract=fast in clang - Adjust container storage order for maximum performance
ec86e6b to
c1109de
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Used clang builtin to vectorize iw4 accumulation.
Optimizations are disabled if gcc is used.