Disable LDL/STL checks, for failures seen with NVRTC 13.1#7054
Merged
shwina merged 2 commits intoNVIDIA:mainfrom Dec 31, 2025
Merged
Disable LDL/STL checks, for failures seen with NVRTC 13.1#7054shwina merged 2 commits intoNVIDIA:mainfrom
shwina merged 2 commits intoNVIDIA:mainfrom
Conversation
This comment has been minimized.
This comment has been minimized.
Contributor
🥳 CI Workflow Results🟩 Finished in 1h 17m: Pass: 100%/48 | Total: 12h 38m | Max: 39m 52sSee results here. |
NaderAlAwar
approved these changes
Dec 31, 2025
Member
|
/backport |
Contributor
|
Successfully created backport PR for |
github-actions bot
pushed a commit
that referenced
this pull request
Jan 2, 2026
* Add comment * Alias to avoid shadowing `cuda` --------- Co-authored-by: Ashwin Srinath <[email protected]> (cherry picked from commit 3835163)
leofang
pushed a commit
that referenced
this pull request
Jan 2, 2026
) * Add comment * Alias to avoid shadowing `cuda` --------- (cherry picked from commit 3835163) Co-authored-by: Ashwin Srinath <[email protected]> Co-authored-by: Ashwin Srinath <[email protected]>
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.
Description
As seen in #7034 for example, LDL/STL checks in SASS is failing for a few tests. For now, I'm just disabling LDL/STL checks for those cases.
I am able to reproduce the failure locally. It seems to occur when we use
nvidia-cuda-nvrtc==13.1.*, and disappears fornvidia-cuda-nvrtc==13.0.*. This suggests to me that it's some kind of minor version compatibility issue. Until folks are back from the holidays and we are able to investigate further, this PR is an intermediate solution.Checklist