Add cuco::detail::stream_sync(cuda::stream_ref) to centralize CCCL version-specific API naming
Nobody has claimed this yet.
- Dominant language
- Cuda
- Stars
- 667
- Forks
- 120
- Avg merge
- 6d 7h
- Merged PRs (30d)
- 4
Description
Fourth verbatim copy of this CCCL-version sync switch (three in static_multimap.inl); a cuco::detail::stream_sync(cuda::stream_ref) helper would centralize it.
Originally posted by @PointKernel in https://github.com/NVIDIA/cuCollections/pull/839#discussion_r3938191764
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in static_multimap.inl and inspect the three existing CCCL-version sync switches, then search the repository for the fourth copy. Centralize the version-specific naming in cuco::detail::stream_sync(cuda::stream_ref) and update the duplicated call sites. Done means the repeated switches use the helper consistently and the project checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- hpc
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 74/100