How to compile the jaxlib with debug symbols? #23535
Unanswered
juuso-oskari
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Normally when you add debug symbols python build/build.py --enable_cuda --bazel_options=--override_repository=xla=/xla --bazel_options=--jobs=8 --bazel_options=--compilation_mode=dbg |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The problem is that building the jaxlib as:
works, but when adding (for debugging symbols):
it crashes with:
Beta Was this translation helpful? Give feedback.
All reactions