What should we expect from jitted functions? #18241
Unanswered
Xin-yang-Liu
asked this question in
General
Replies: 1 comment
-
The algebraic simplification |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Based on my understanding, the
jit
function should perform operation fusion to speed up and reduce numerical errors. However when I tested a simple function:I am expecting the results to be exact zeros, however, they are not. And the results of both the jitted function and non-jitted function are completely the same. So I wonder under which situations we can count on jax.jit to reduce the numerical errors.
Beta Was this translation helpful? Give feedback.
All reactions