Optimize cuda::std::saturating_(add|sub) for 120f+#8026
Merged
davebayer merged 1 commit intoNVIDIA:mainfrom Apr 7, 2026
Merged
Optimize cuda::std::saturating_(add|sub) for 120f+#8026davebayer merged 1 commit intoNVIDIA:mainfrom
cuda::std::saturating_(add|sub) for 120f+#8026davebayer merged 1 commit intoNVIDIA:mainfrom
Conversation
This comment has been minimized.
This comment has been minimized.
Contributor
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
fbusato
reviewed
Mar 13, 2026
f2792c0 to
0da4377
Compare
Contributor
Author
|
/ok to test 0da4377 |
0da4377 to
c942dbe
Compare
This comment has been minimized.
This comment has been minimized.
Contributor
Author
|
/ok to test c942dbe |
Contributor
🥳 CI Workflow Results🟩 Finished in 1h 41m: Pass: 100%/108 | Total: 1d 15h | Max: 1h 13m | Hits: 97%/281562See results here. |
cuda::std::(add|sub)_sat for 120f+cuda::std::saturating_(add|sub) for 120f+
fbusato
approved these changes
Apr 7, 2026
gonidelis
pushed a commit
to gonidelis/cccl
that referenced
this pull request
Apr 8, 2026
jainishmehta
pushed a commit
to jainishmehta/cccl
that referenced
this pull request
Apr 19, 2026
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.
PTX ISA 9.2 introduced some
.satmore variants ofaddandsubPTX instructions for 120-family architectures. We can use them incuda::std::saturating_addandcuda::std::saturating_sub