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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I noticed that my JAX function cannot be accelerated by mpi4py but the numpy function works. Here is an example code:
Results of
mpirun -n 1 python3 test.py
with@jax.jit
:Results of
mpirun -n 4 python3 test.py
with@jax.jit
:Results of
mpirun -n 1 python3 test.py
without@jax.jit
:Results of
mpirun -n 4 python3 test.py
without@jax.jit
:So I would like to ask if it is possible to also make my JAX function benefit from mpi4py?
Beta Was this translation helpful? Give feedback.
All reactions