Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to implement a jitted function with one of its arguments is a callable (jitted as well). Here is an example:
When I ran the code above, it complains:
Is it just not possible to have a jitted function with a jitted function as an argument for now? Or is there any workaround for this case?
Beta Was this translation helpful? Give feedback.
All reactions