-
Notifications
You must be signed in to change notification settings - Fork 63
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
Type analysis depth limit / task switch not allowed from inside staged nor pure functions #1354
Comments
gdalle
changed the title
Type analysis depth limit
Type analysis depth limit / task switch not allowed from inside staged nor pure functions
Mar 20, 2024
This was referenced Mar 20, 2024
@gdalle so this is a bug in ReverseDiff.jl's printing function: This line. What should be a print to io, actually is printing to stdout. That should be The backtrace points to the inside of Reversediff. Closing here |
Good catch! I have opened a PR over in ReverseDiff to fix it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have some code in DifferentiationInterface for second-order differentiation with mixed backends.
My current issue is with Enzyme (forward mode) over ReverseDiff. I get these HUGE printed warnings from Enzyme, saying
followed by an equally obscure error
Is there any way to understand or solve either of those?
MWE
The text was updated successfully, but these errors were encountered: