Skip to content

Explicit Processor Mapping of DArray Blocks in Block-Cyclic Manner #596

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

Closed
wants to merge 37 commits into from

Conversation

AkhilAkkapelli
Copy link

@AkhilAkkapelli AkhilAkkapelli commented Apr 25, 2025

This feature allows you to control how DArray blocks (chunks) are assigned to specific processors or threads within the cluster. Fine-grained control over data locality can be crucial for optimizing the performance of certain distributed algorithms.

You specify the mapping using the optional assignment keyword argument in the DArray constructor functions (DArray, DVector, and DMatrix) and the distribute function.

@Rabab53 Rabab53 assigned Rabab53 and unassigned Rabab53 Apr 26, 2025
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.

None yet

2 participants