-
Notifications
You must be signed in to change notification settings - Fork 34
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
[CI] Fix JAX versioning script and compatibility check workflow #311
Conversation
The workflow should be fixed by now, the interop=false mode has completed successfully. Building everything for jax-0.4.18 has failed because of an LLVM-Enzyme compatibility issue, so no free jax update this time. The frontend also required some minor changes so I created a separate branch for experiments named UPD: The Enzyme version I picked did work with LLVM, but lead to build failure in our dialects. Details here PS Do we really need a Changelog entry for this PR? |
No changelog required for CI-only changes, unless they affect the package we release. |
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.
Thanks this looks great 👍
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.
💯
Actually, could you add changelog entry since we updated a requirement? |
In this PR we do the following:
enzyme=<hash>
variable while building.dep_versions
filecatalyst.__init__.py
The CI workflow that was finished successfully for the current version of JAX is here
[sc-46581]