-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Some time ago i tried adding support to mpi.gatherv but i was blocked by the following issue:
gatherv in C requires passing an array with the length of the various partitions on each node.
This, from the point of view of jax, is static information.
However i do not know how to create a static tuple in python and pass it to the cython module
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request