Open
Conversation
N-Storm
approved these changes
Dec 15, 2025
…t -- debugging is needed.
…d see in normal usage). The optimization that generated 32-bit FFT data words requiring long carries was modified.
…ormance increase on TitanV. Standardized LDS memory layout and bar() strategy. Made a cleaner, common shufl routine to handle multiple lines using new constants SHUFL_BYTES_W and SHUFL_BYTES_H. Reverse line routines overhauled to use LDS memory layout and bar() strategy. Added L2STORE and LULOAD routines for nVidia. Need to study which GPUs might benefit. Deprecated BIGLIT=0.
RTX4xxx and RTX5xxx GPUs benefit from L2STORE and LULOAD. Added support for those options officially. Since FAST_BARRIER seems to now work on nVidia, the option is now tuned.
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.
__float128datatype. Fixes Use portable _Float128 instead of __float128. Fix ARM64 builds. #326genbundle.shscript on some systems by explicitly running it with Bash.-O3optimization.CC: @N-Storm