julia
0e5d6aef
- add methods for two-arg `copyto!` between `Array` and `Memory` (#58576)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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)`.
References
#58576 - add methods for two-arg `copyto!` between `Array` and `Memory`
Author
nsajko
Parents
905a44b8
Loading