Skip to content

Commit

Permalink
[Jax] Enable jax_include_full_tracebacks_in_locations by default
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 591783126
  • Loading branch information
jax authors committed Dec 18, 2023
1 parent c896392 commit 259c285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax/_src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ def _update_jax_memories_thread_local(val):

include_full_tracebacks_in_locations = define_bool_state(
name='jax_include_full_tracebacks_in_locations',
default=False,
default=True,
help=(
'Include full Python tracebacks in MLIR locations in IR emitted by JAX.'
),
Expand Down

0 comments on commit 259c285

Please sign in to comment.