Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MPI DArray: finished distribute, reduce and allocations #422

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

fda-tome
Copy link
Collaborator

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.

jpsamaroo and others added 6 commits July 20, 2023 17:27
Allows the `DArray` to participate in MPI operations, by building on the
newly-added support for "MPI-style" partitioning (i.e. only the
rank-local partition is stored), via a new `MPIBlocks` partitioner. This
commit also implements MPI-powered `distribute` and `reduce` operations
for `MPIBlocks`-partitioned arrays, which support a variety of
distribution schemes and data transfer modes.
@fda-tome fda-tome marked this pull request as ready for review August 16, 2023 11:17
@jpsamaroo jpsamaroo mentioned this pull request Aug 16, 2023
@jpsamaroo jpsamaroo marked this pull request as draft July 30, 2024 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants