enthought / enthought/distarray

O-9: distarray global API -- array expressions with partially overlapping arrays (optional)

Open
#189 0 comments 0 reactions 0 assignees View on GitHub
SBIR-year-2
Dominant language
Python
Stars
5
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Objective: The goal of this sub-task is to define the semantics for distributed array expressions with arrays that are not identically distributed.

Relevance: Supporting array expressions when the component arrays are not identically distributed will allow ODIN to more closely align with NumPy’s functionality, will improve overall usability, and will more closely conform to what is expected for users coming from a NumPy background (i.e. the principle of least surprise).

Description: When partially overlapping distributed arrays are combined in an expression whose result is another distributed array, certain ambiguities arise: how should the result array be distributed? What nodes are responsible for the computation? In which circumstances is communication more costly than computation, and what heuristics can be devised to help guide these decisions at runtime?
Given these ambiguities, allowing end-user control in some form is a possible option to pursue, whether it be via decorators, context managers, or other mechanisms provided by Python control flow structures.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.