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
However this works because mpi4py calls back into the python runtime, which will slow down the execution.
Ideally I'd like to use numba CFFI to define custom operations without calling back into python...
The text was updated successfully, but these errors were encountered:
I was pleasantly surprised by seeing that mpi4jax automatically supports custom
MPI_Reduce
operations. See for example the following:However this works because mpi4py calls back into the python runtime, which will slow down the execution.
Ideally I'd like to use numba CFFI to define custom operations without calling back into python...
The text was updated successfully, but these errors were encountered: