You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Use the `get()` and `sync()` compatibility aliases added in [RMM #2537](rapidsai/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](rapidsai/build-planning#318). It is independently buildable without [RMM #2372](rapidsai/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](#2521).
Authors:
- Bradley Dice (https://github.com/bdice)
Approvers:
- Divye Gala (https://github.com/divyegala)
URL: #2557
0 commit comments