mirror of
https://github.com/ROCm/jax.git
synced 2025-04-24 04:56:07 +00:00

1. move MutableArray to core.py, and some handlers to their respective files 2. fix a bug in aliasing setup (it was just broken before, now better test coverage) 3. add eager support by enabling get_p, swap_p, and addupdate_p impls 4. improve tests slightly