Replies: 1 comment 1 reply
-
The only effect Given our current compiler (XLA) eventually inlines everything anyway, I would basically ignore it for the moment. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to my knowledge, we should make the function inline as much as possible for efficiency. But is it still correct in JAX?
I have some questions about this. For example, I have the following two functions:
Is it the same between inline jit
f1
, then jitf2
, and only jitf2
?Beta Was this translation helpful? Give feedback.
All reactions