cccl
cccl copied to clipboard
Modern versions of cudaMemset and cudaMemcpy
### Tasks
- [ ] https://github.com/NVIDIA/cccl/issues/2144
- [ ] Initial design proposal for cuda::memcpy
I am curious how this isn't thrust::fill and thrust::copy. Is there already a sketch of the design available somewhere?
Implemented in https://github.com/NVIDIA/cccl/pull/2932 and https://github.com/NVIDIA/cccl/pull/2608