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
I have written a computer simulation that uses several 3D vector fields stored as arrays. I am trying to parallelize my code across multiple cores. For local operations in other codes, they use "ghost cells" and sharded fields to perform localized operations on multiple cores.
If I initialize my Jax arrays as sharded fields on multiple cores, will Jax do this automatically? Or is there more to it than that?
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
-
I have written a computer simulation that uses several 3D vector fields stored as arrays. I am trying to parallelize my code across multiple cores. For local operations in other codes, they use "ghost cells" and sharded fields to perform localized operations on multiple cores.
If I initialize my Jax arrays as sharded fields on multiple cores, will Jax do this automatically? Or is there more to it than that?
Beta Was this translation helpful? Give feedback.
All reactions