Add mbarrier wait instructions reportValue - #11029
Merged
Merged
Conversation
pciolkosz
approved these changes
Aug 26, 2026
fbusato
enabled auto-merge (squash)
August 27, 2026 00:14
Contributor
🥳 CI Workflow Results🟩 Finished in 5h 12m: Pass: 100%/183 | Total: 7d 23h | Max: 5h 11m | Hits: 36%/3071229See results here. AI failure analysis1. cugraph device_scalar initialization selects RMM deleted rvalue constructor · 1 jobExplanation: cugraph passes temporary zero values to RMM 26.10 device_scalar, so overload resolution selects RMM's explicitly deleted const-rvalue constructor; all 2,362 compiler diagnostics have this mechanism. The PR changes only generated mbarrier PTX overloads and does not modify RMM, cugraph, or memory-resource APIs, indicating an external RAPIDS-main compatibility break rather than a demonstrated regression in the PR. Evidence: Copy this prompt into a coding agentJobs: |
Contributor
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin branch/3.4.x
git worktree add -d .worktree/backport-11029-to-branch/3.4.x origin/branch/3.4.x
cd .worktree/backport-11029-to-branch/3.4.x
git switch --create backport-11029-to-branch/3.4.x
git cherry-pick -x 91699f01c4fb37535d83bd7ea73141a6be9ab5c6 |
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
fixed nvbug 6623130