[FEA]: Deprecate `cuda::bit_reverse`
Open
libcu++
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
We have `cuda::std::bit_reverse` now, we should deprecate the `cuda::` version and move the implementation to `cuda::std::` namespace
Contributor guide
Research direction
Locate the existing cuda::bit_reverse implementation and the cuda::std::bit_reverse implementation, then read the surrounding tests and namespace conventions. Deprecate the cuda:: version while moving the implementation to cuda::std::, and update or add coverage showing both the new location and deprecation behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- hpc
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100