Implement `cuda::(std::)memcpy`
Open
libcu++
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 487
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 296
Description
I would like an optimized `cuda::memcpy` function that takes a CG to do the copy and handles alignment and doing vectorized copies when possible.
Much of the machinery is already available in `cuda::memcpy_async`, but it needs to be exposed as a public `cuda::memcpy` function.
Contributor guide
Assessment
This issue has not been assessed yet.