Replies: 2 comments 5 replies
-
There is some information on profiling here: https://jax.readthedocs.io/en/latest/profiling.html |
Beta Was this translation helpful? Give feedback.
4 replies
-
Hi all, Any updates here? I am trying to optimize a jax.lax.scan function. I see a big discrepancy between the time needed for the first call to the scan and the second one (probably due to caching). I would like to optimize and therefore profile this second (or later) call. I'm also working on CPU. |
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.
-
Profiling jitted CPU code with the jax profiler shows a single call to the compiled code. What other tools are there to accomplish this? (Related to jax issue #774.)
Beta Was this translation helpful? Give feedback.
All reactions