-
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
LLVM error: broken gc calling conv fix - Julia v1.11 only #2121
Comments
Can you paste the whole log. |
Looking more closely at the log, this looks like a bug in julia itself. In particular, debug info is not attached to the function before any Enzyme shenanigans:
|
file an issue with julia? |
Could you file the Julia issue please? I have very little understanding of what's going on here, and it would take me a long time to write a good bug report about this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MWE:
Output on Julia v1.11.1:
The full error is 2238 lines. In addition to fixing the problem, just printing a simpler and less intimidating error would be good.
On Julia v1.10 this passes. The above is for Enzyme v0.13.16, Julia v.11.1. If I change the argument activity from
Const
toDuplicated
then we hit #2035 on v1.10 too.The text was updated successfully, but these errors were encountered: