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
Hi,
I read through https://jax.readthedocs.io/en/latest/faq.html#controlling-data-and-computation-placement-on-devices but I don't think it covers this case:
Let's say we had matrix A that's device_put_replicated across the 8 local devices to form rA. Then, we pmap across rA with a function that computes the product of A * x, where x is an uncommitted array. Where are the computations done and where does x end up after computation?
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.
-
Hi,
I read through https://jax.readthedocs.io/en/latest/faq.html#controlling-data-and-computation-placement-on-devices but I don't think it covers this case:
Let's say we had matrix A that's device_put_replicated across the 8 local devices to form rA. Then, we pmap across rA with a function that computes the product of A * x, where x is an uncommitted array. Where are the computations done and where does x end up after computation?
Beta Was this translation helpful? Give feedback.
All reactions