julia
0e5d6aef - add methods for two-arg `copyto!` between `Array` and `Memory` (#58576)

Commit
261 days ago
add methods for two-arg `copyto!` between `Array` and `Memory` (#58576) Just forward to the five-arg `copyto!`. Also deduplicate code a bit. Improve the performance of `copyto!(::Memory, ::Vector)` and `copyto!(::Vector, ::Memory)`.
Author
Parents
Loading