-
How important is it to JIT all inner functions? (is there a way to do this recursively) For example, if I'm doing |
Beta Was this translation helpful? Give feedback.
Answered by
bilal2vec
Jan 4, 2021
Replies: 1 comment 3 replies
-
I'm pretty sure you only need to jit the outermost function. also, you don't need to run @jit if you're already using pmap |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
bhchiang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm pretty sure you only need to jit the outermost function. also, you don't need to run @jit if you're already using pmap