-
Notifications
You must be signed in to change notification settings - Fork 288
feat: (jax) Add Build JAX wheels in Multi-Arch CI #6439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
erman-gurses
merged 15 commits into
main
from
users/erman-gurses/add-jax-to-ci-workflow
Jul 16, 2026
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
e0a1f05
feat: (jax) Add Build JAX wheels in Multi-Arch CI
erman-gurses 031550f
Add multi_arch_build_linux_jax_wheels_ci file name into _GITHUB_WORKF…
erman-gurses 4751f9e
Include JAX fields in Linux BuildConfig contract
erman-gurses f69fc01
Remove github.ref_name
erman-gurses c36e23f
Limit Python matrix for only Python 3.12
erman-gurses 4bfebed
keep only rocm-jaxlib-v0.10.0 version
erman-gurses 3c1e222
Adjust min matrix size to CI
erman-gurses 282210d
Match PyTorch release-type matrix pattern
erman-gurses f492fc2
Refactor configure_jax_release_matrix.py
erman-gurses a36e6fe
Add unit tests
erman-gurses 69d11b0
Set package dist dir in job env
erman-gurses 19837e1
Merge branch 'main' into users/erman-gurses/add-jax-to-ci-workflow
erman-gurses 33c156a
Solve conflict
erman-gurses 24b0eeb
Add TODO 6388
erman-gurses c4c61cb
Update TODO note
erman-gurses File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, missed during review.
Can we switch from
azure-linux-scale-rocmtoaws-linux-scale-rocm-prod? Similar to #6037(uploading to S3 failed on this run on PR from a fork: https://github.com/ROCm/TheRock/actions/runs/29513125898/job/87707018784?pr=6608, and the credentials are different on Azure and AWS runners)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, will raise a quick PR for that.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ohh, I remember that last time
awswas not supporting Docker. That was the reason we keptazure-linux-scale-rocm. Isaws-linux-scale-rocm-prodsupporting Docker now?#6052