Skip to content

Forward-merge release/26.04 into main#1983

Merged
GPUtester merged 1 commit intomainfrom
release/26.04
Apr 2, 2026
Merged

Forward-merge release/26.04 into main#1983
GPUtester merged 1 commit intomainfrom
release/26.04

Conversation

@rapids-bot
Copy link
Copy Markdown
Contributor

@rapids-bot rapids-bot bot commented Apr 2, 2026

Forward-merge triggered by push to release/26.04 that creates a PR to keep main up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge. See forward-merger docs for more info.

Switching to usage of modern RAFT in cuVS (#1837) introduced a bug where the prefetched gather for AVQ is performed using the stream associated with raft::device_resources rather than the provided stream for copying. This led to two issues:

1) Elimination of the benefit for prefetching, as copies where scheduled on the same stream as other gpu work
2) Possible recall loss. Synchronization was still performed against the copy stream, potentially allowing host to proceed before the prefetch copy is complete. 

This PR sets the stream associated with the resource to the copy stream before prefetching, and back when done.

Authors:
  - https://github.com/rmaschal

Approvers:
  - Anupam (https://github.com/aamijar)
  - Divye Gala (https://github.com/divyegala)

URL: #1899
@rapids-bot rapids-bot bot requested a review from a team as a code owner April 2, 2026 01:48
@GPUtester GPUtester merged commit 8888446 into main Apr 2, 2026
@rapids-bot
Copy link
Copy Markdown
Contributor Author

rapids-bot bot commented Apr 2, 2026

SUCCESS - forward-merge complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants