NVIDIA / NVIDIA/cccl

Run Thrust tests using symbols from `cuda::` instead of `thrust::` namespace

Open
#5,528 0 comments 0 reactions 1 assignee Claimed by @miscco View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.