mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00

Limit jax._src.lib to shims around jaxlib and nothing else. The goal of this change is to avoid a dependency cycle between the rest of jax and jax._src.lib in a Bazel build. This allows the types for jax._src.lib to be inferred by pytype in isolation without referring to the rest of JAX. PiperOrigin-RevId: 512922397