JuliaParallel / DistributedArrays.jl

Distributed Arrays in Julia
Other
197 stars 35 forks source link

Introduce makelocal #173

Closed vchuravy closed 6 years ago

vchuravy commented 6 years ago

Optimise the makelocal pattern of creating a view and then copying it locally. If the data is local this will return a view to the data instead.

vchuravy commented 6 years ago

Passes heterogeneous tests https://gitlab.com/JuliaGPU/Heterogeneous.jl/pipelines/31100604