Add fill_bytes and copy_bytes to cuda/memory header
Open
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
`fill_bytes` and `copy_bytes` operate directly on memory and not iterators, they should be available through `cuda/memory` header.
They currently are available through `cuda/algorithm` header, where they can remain or can be long term removed in some major version
Contributor guide
Assessment
This issue has not been assessed yet.