mirror of
https://github.com/ROCm/jax.git
synced 2025-04-24 01:46:06 +00:00

At the moment, if `r` is a JAX ref then `r[0:1] = a` works, but it silently ignores the slices and performs `r[:] = a` instead... PiperOrigin-RevId: 529385973