Adding JAX 0.9.2 build to CI#5094
Open
magaonka-amd wants to merge 1 commit intoROCm:mainfrom
Open
Conversation
Mirrors ROCm#4303 (which added 0.9.1) for the 0.9.2 release. JAX 0.9.2 follows the same model as 0.9.1: jaxlib comes from upstream PyPI (`pip install jaxlib==0.9.2`), only `jax_rocm7_plugin` and `jax_rocm7_pjrt` are built downstream from ROCm/rocm-jax `rocm-jaxlib-v0.9.2`. - `release_portable_linux_jax_wheels.yml`: add `rocm-jaxlib-v0.9.2` to the build matrix with `build_jaxlib: false`. - `RELEASES.md`: add 0.9.2 row to the JAX version table. - `external-builds/jax/README.md`: add 0.9.2 row to the supported versions table.
Member
|
What's the test plan? Have you triggered a dev build? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Mirrors #4303 (which added 0.9.1) for the 0.9.2 release. JAX 0.9.2 follows the same model as 0.9.1:
jaxlibis installed from upstream PyPI (pip install jaxlib==0.9.2); onlyjax_rocm7_pluginandjax_rocm7_pjrtare built downstream from ROCm/rocm-jaxrocm-jaxlib-v0.9.2.Technical Details
Files changed
.github/workflows/release_portable_linux_jax_wheels.ymlAdded
rocm-jaxlib-v0.9.2to the build matrix withbuild_jaxlib: false.RELEASES.mdAdded 0.9.2 row to the JAX version table (
0.9.2 / 0.9.2 (upstream)).external-builds/jax/README.mdAdded 0.9.2 row to the supported versions table (Linux ✅ via
rocm-jaxlib-v0.9.2).The build infrastructure (
build_linux_jax_wheels.yml,write_jax_versions.py,test_linux_jax_wheels.yml) needs no changes — #4303 already made the jaxlib path conditional onbuild_jaxlib.