-
Notifications
You must be signed in to change notification settings - Fork 70
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
Enzyme error #2299
Comments
What Julia are you using, we should fix this but that error only can arise on Julia 1.11 |
Ahhhh that could be why reverting to an old Enzyme didn't work! I recently updated to 1.11 |
Yeah generally I’d recommend Julia 1.10 (1.11 is still working things out) |
Okay, I'll go back to an older Julia. I'd tried updating because I'd heard that Enzyme might run faster on 1.11 |
Oh where did you hear that, I’d expect the opposite (Julia 1.11 made arrays into triple pointers so the generated code has less info and has to cache more), that said precompile time could be improved. |
I don't want to name names lol, but I'll go back to Julia 1.10! Maybe the Reactant stuff will suddenly work (big hope but not likely 😅 ) |
Again not sure what to title this, but I'm facing an issue when I use Enzyme that previously didn't happen. Basically, the code used to work and now gives me:
I updated Enzyme in this project yesterday to v0.13.29, and according to my git history the same code was running with Enzyme v0.11.13 (so, granted, quite a while back). I made a quick somewhat minimal example to run to reproduce the error:
I'm going to try switching to a branch with all the code as it was back when things were running for now, but I tried reverting to an older Enzyme and that didn't seem to fix it
The text was updated successfully, but these errors were encountered: