Bump Enzyme and Enzyme-JAX - #79
Open
wsmoses wants to merge 1 commit into
Open
Conversation
Enzyme for the second half of the custom-rule linkage fix, without which a wrapper marked always_inline is still pinned; Enzyme-JAX for the mem2reg cast of a value into an array of one. Both build paths name the same Enzyme. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016zErYp7upmqr4NHfhod9UD
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.
Enzyme for EnzymeAD/Enzyme#3149, the second half of the custom-rule linkage fix: without it a wrapper marked
always_inlineis still pinnednoinline, because a registration global is walked in two places and #3148 only reached one. Enzyme-JAX for the mem2reg cast of a value into an array of one, which is a release-build segfault once those wrappers do inline.Both build paths name the same Enzyme: the cmake
GIT_TAGand the Enzyme that the pinned Enzyme-JAX pins are0338786b. They are separate knobs and have drifted apart before, so it is worth stating.Together with mfem/mfem#5450 these take MFEM's Enzyme CUDA unit tests from 7 failing with a zero tangent to all 8 passing, 1141 assertions.
🤖 Generated with Claude Code
https://claude.ai/code/session_016zErYp7upmqr4NHfhod9UD