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
Analysis: The current implementation of dash::copy (dash::copy_impl) does not observe the iteration space of the iterator but instead uses the local iteration space(s), starting from the first unit in the range passed to copy. That of course is not how dash::copy should operate.
Extending the example in #653 gives now the wrong values in the target matrix:
The source matrix looks like this:
But the result matrix looks like this:
The text was updated successfully, but these errors were encountered: