Need coverage for building OMP/TBB algorithms with nvcc
Open
thrust
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 487
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 296
Description
This is a hole in our test coverage that's being used in the wild, leading to issues such as NVIDIA/cccl#743.
We currently build all DEVICE=CUDA configurations with nvcc as CUDA CMake targets, but all other configurations are built directly with the host compiler as CXX CMake targets. We have no coverage for non-CUDA device algorithms built through nvcc.
Contributor guide
Assessment
This issue has not been assessed yet.