You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to simplify the error messages that Enzyme prints out in cases where there's a library call for which Enzyme has no gradient rule? See e.g.
from #1620. For a Julia user who is not used to dealing with any lower level stuff, that's an intimidating looking wall of foreign words and % symbols (note the length of the third line), when the real content seems to "Something ended up calling a C library function double @dnbeta(double %arrayref, double noundef 1.000000e+00, double noundef 1.000000e+00, double noundef 1.000000e+00, i32 noundef 1) and Enzyme doesn't have a forward mode derivative for it."
The text was updated successfully, but these errors were encountered:
Would it be possible to simplify the error messages that Enzyme prints out in cases where there's a library call for which Enzyme has no gradient rule? See e.g.
from #1620. For a Julia user who is not used to dealing with any lower level stuff, that's an intimidating looking wall of foreign words and % symbols (note the length of the third line), when the real content seems to "Something ended up calling a C library function
double @dnbeta(double %arrayref, double noundef 1.000000e+00, double noundef 1.000000e+00, double noundef 1.000000e+00, i32 noundef 1)
and Enzyme doesn't have a forward mode derivative for it."The text was updated successfully, but these errors were encountered: