Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug where
full
and use_mesh
outside jit did not work becaus…
…e the `shard` passed to `make_array_from_callback` was sharded on all devices instead of just 1 device. This is because `convert_element_type` returning an output on all devices of the mesh because of the surrounding `use_mesh` context. PiperOrigin-RevId: 735909962
- Loading branch information