Skip to content
Discussion options

You must be logged in to vote

Under jit, the code withing a function is being compiled and run as a unit rather than being run by the python interpreter, so typical Python line-profiling approaches will not work. You'll have to use other tools: the documentation has some information on profiling here: https://jax.readthedocs.io/en/latest/profiling.html

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@hawkinsp
Comment options

@shyams2
Comment options

@hawkinsp
Comment options

@coreyjadams
Comment options

@hawkinsp
Comment options

Answer selected by shyams2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants