How to build debug-version jaxlib? #9792
Unanswered
ronghongbo
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The documentation states that you should use the script
|
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.
-
Hello, I would like to build jaxlib with debug info, so that I may trace the execution of Jax into the source CPP files of jaxlib, for better understanding the behavior of the system. I followed the instructions here (https://jax.readthedocs.io/en/latest/developer.html#building-jaxlib-from-source) to build Jaxlib from source, but it does not seem to make Jaxlib debuggable.
For example,
Note that there is source file and line number info for
Objects/methodobject.c
, but there is no such info forjaxlib/mlir/_mlir_libs/_mlir.so
Anyone knows how to accomplish this?
Thanks!
Hongbo
Beta Was this translation helpful? Give feedback.
All reactions