Michael Schellenberger Costa
Michael Schellenberger Costa
### Is this a duplicate? - [X] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md) ### Area...
We are currently not supporting libc++ but this is something we might want to test better in the future. This explores building our libcu++ tests with clang-cuda
This implements a cuda backend for `cuda::std::reduce`
### Is this a duplicate? - [x] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md) ### Area...
### Is this a duplicate? - [x] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md) ### Area...
This implements a specialization of our execution policies for the cuda backend that provides a stream. It also adds an policy wrapper that can be used to store a user...
Symbol visibility is a huge issue that we need to address. The current way of doing so has considerable downsides, but also gurantees some form of safety. This tries to...