JuliaParallel / Dagger.jl

A framework for out-of-core and parallel execution
Other
638 stars 67 forks source link

MPI DArray: finished distribute, reduce and allocations #422

Open fda-tome opened 1 year ago

fda-tome commented 1 year ago

This PR wraps up the base version of the DArray for MPI, including randomized allocations, ones, zeros, distribute without specified partition dimensions, and all the variations of reduce (sum, prod, reduce with a root, and without a root), including reduce dims and all-collect.