JuliaParallel / Dagger.jl

A framework for out-of-core and parallel execution
Other
610 stars 66 forks source link

DArray: Add automatic partitioning and show array elements #505

Closed jpsamaroo closed 2 months ago

jpsamaroo commented 2 months ago

Adds automatic partitioning via a new AutoBlocks partitioner, used when a partitioner is not specified to operations like rand, ones, distribute, etc. Adds DArray, DVector, and DMatrix constructors that work just like distribute. Improves the show method for DArrays to show array elements, with coloring to show data distribution