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
Optimize JAX backend variable initialization and memory management
- Improve host memory allocation for sharded variables by preferring JAX arrays over NumPy conversion
- Remove unnecessary jax.block_until_ready() calls as JAX automatically blocks when needed
- Add comprehensive documentation for memory stability protection and host allocation
- Enhance logging for variable initialization and assignment operations
- Add support for both NumPy and JAX arrays in variable assignment methods
0 commit comments