You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Globally, a[ :-1 ] and b[ 1: ] are compatible and the binop should compute. However, because they are differently distributed, it doesn't work. Because this cannot work without additional communication, maybe a warning should be given. A workaround I'm currently using is:
Feature functionality
A clear and concise description of what the feature should do exactly and any alternative solutions.
Example:
Globally,
a[ :-1 ]
andb[ 1: ]
are compatible and the binop should compute. However, because they are differently distributed, it doesn't work. Because this cannot work without additional communication, maybe a warning should be given. A workaround I'm currently using is:(more details: https://github.com/ben-bou/heat/blob/redistribute/heat/core/_operations.py#L33 )
Additional context
Add any other context or screenshots about the feature request here.
This feature is important to ensure that scripts running with one process also run when using multiple processes.
The text was updated successfully, but these errors were encountered: