Run Thrust tests using symbols from `cuda::` instead of `thrust::` namespace
Open
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
As part of CCCL namespace unification, we want to ensure that existing `thrust::` symbols can be trivially find/replaced with `cuda::` symbols.
To guarantee that this works, we should just rerun Thrust tests using `cuda::` symbols instead of `thrust::` symbols.
- [ ] MVP port `cuda::counting_iterator` iterator type to run through all existing Thrust tests that current use `thrust::counting_iterator`
Contributor guide
Assessment
This issue has not been assessed yet.