cccl icon indicating copy to clipboard operation
cccl copied to clipboard

Modern versions of cudaMemset and cudaMemcpy

Open griwes opened this issue 1 year ago • 1 comments

### Tasks
- [ ] https://github.com/NVIDIA/cccl/issues/2144
- [ ] Initial design proposal for cuda::memcpy

griwes avatar Jul 17 '24 16:07 griwes

I am curious how this isn't thrust::fill and thrust::copy. Is there already a sketch of the design available somewhere?

bernhardmgruber avatar Jul 17 '24 17:07 bernhardmgruber

Implemented in https://github.com/NVIDIA/cccl/pull/2932 and https://github.com/NVIDIA/cccl/pull/2608

pciolkosz avatar Mar 19 '25 01:03 pciolkosz