Skip to content

Adopt CUDA stream compatibility accessors - #2557

Merged
rapids-bot[bot] merged 6 commits into
NVIDIA:release/26.10from
bdice:cuda-stream-ref-prep
Sep 9, 2026
Merged

Adopt CUDA stream compatibility accessors#2557
rapids-bot[bot] merged 6 commits into
NVIDIA:release/26.10from
bdice:cuda-stream-ref-prep

Conversation

@bdice

@bdice bdice commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Summary

Use the get() and sync() compatibility aliases added in RMM #2537. These spellings are shared by rmm::cuda_stream_view and cuda::stream_ref.

This preserves existing stream types and public APIs while extracting mechanical accessor updates from the broader stream migration. It is independently buildable without RMM #2372 and leaves the migration PR focused on actual type and signature changes.

This updates raw CUDA, library, kernel-launch, and legacy API boundaries throughout cuVS while preserving current stream types. Changes that require RAFT to return cuda::stream_ref remain in cuVS #2521.

@copy-pr-bot

copy-pr-bot Bot commented Sep 5, 2026

Copy link
Copy Markdown

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.

@bdice
bdice marked this pull request as ready for review September 5, 2026 20:02
@bdice
bdice requested review from a team as code owners September 5, 2026 20:02
@bdice bdice added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Sep 5, 2026
@bdice
bdice requested a review from a team as a code owner September 6, 2026 14:14
@bdice
bdice changed the base branch from main to release/26.10 September 8, 2026 19:59
@divyegala

Copy link
Copy Markdown
Contributor

/merge

@rapids-bot
rapids-bot Bot merged commit 73f9d5b into NVIDIA:release/26.10 Sep 9, 2026
96 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improves an existing functionality non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants