Replies: 1 comment 1 reply
-
You shouldn't shard the 0th dim which is being scanned over i.e. change the pspec of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Directly applying a
scan
method on a sharded array seems to consume more memory thanshard_map
. Is there a way to do something likeshard_scan
in an efficient way?Basically what I want to do is like:
But more efficiently.
Beta Was this translation helpful? Give feedback.
All reactions