Debugging "No constant handler" errors #14561
Replies: 3 comments 8 replies
-
One thing to note: the line in my test that raises the error is of the form:
(
it passes. So there seems to be some problem with jitting the grad of |
Beta Was this translation helpful? Give feedback.
-
Through binary searching on |
Beta Was this translation helpful? Give feedback.
-
@mattjj just wanted nudge to see if there are any updates with this, as I see that in 0.4.7 it is no longer possible to revert to the old JIT pathway with:
|
Beta Was this translation helpful? Give feedback.
-
Hi all,
With the
0.4.4
update an old-ish test case in a package I work on is now failing and raising the following error:I haven't encountered this kind of error before so I'm not totally sure where to start. The full error can be viewed in this failed workflow - there isn't any information about where exactly in my code base this is being raised. (Note that the test that's failing is unrelated to the code in the linked PR.)
I'm going to try to dig deeper on my own, but wanted to ask here in case anything comes to mind for what I should look out for. Unfortunately this is testing some of the most complicated functionality in this package (utilizing multiple layers of transformations), and some strange edge cases have popped up here during JAX updates before.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions