-
Notifications
You must be signed in to change notification settings - Fork 17
chore: bump both enzyme and jax versions #858
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
base: main
Are you sure you want to change the base?
Conversation
build seems broken locally let me try and fix |
|
Ah so that finally landed, we need to rewrite a.cast() into cast(a) |
and |
Are these from Enzyme's td? |
yeah, though I thought I fixed those in upstream enzyme, but maybe not. Specifically tablegen will automatically generate those. I presume that comes from https://github.com/EnzymeAD/Enzyme/blob/da27d526b8a755f80a116a5d5f3319c2ab5ecfd5/enzyme/Enzyme/MLIR/Implementations/Common.td#L122 |
this seems to be from inside llvm? |
not quite, it looks like there's an incompatible cast, specificallt |
presumably on src/enzyme_ad/jax/Passes/AffineToStableHLORaising.cpp:2041: |
locally tests pass 🎉 |
cc @ezhulenev I presume this comes from openxla/xla@f71e49d ?
|
trying to use clang to see if it works, I am getting errors in Enzyme
the options are based off https://github.com/openxla/xla/blob/ee9ee727b533dbd14698c9eda979a8c83ed86e11/build_tools/configure/configure.py#L417
|
yeah that commit updates for a newer llvm version [only acceepted by newer xla] |
No description provided.