-
Notifications
You must be signed in to change notification settings - Fork 68
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
Error with non-integer sizeof
when differentiating Base.diff
#2168
Comments
your test case works for me on main, does it err on the latest Enzyme for you still?
|
If I'm not mistaken, v0.3.19 is the latest version of Enzyme? It corresponds to commit hash |
oh yeah, and hm odd. Regardless this appears to be a bug in LLVM.jl here: https://github.com/maleadt/LLVM.jl/blob/a1c3b217c1c9e5db4223e4e0af1754aae53d113f/src/datalayout.jl#L91 Maybe file an issue there? |
@wsmoses not really a bug in LLVM.jl You need to decide what you want to do for |
workaround presumably added here #2181 |
Here's an MWE with Enzyme v0.13.19:
Note that the error doesn't happen when I reimplement
diff
manually:The text was updated successfully, but these errors were encountered: