Skip to content

Commit

Permalink
set default value to True
Browse files Browse the repository at this point in the history
  • Loading branch information
keshavb96 committed Sep 20, 2024
1 parent caf5749 commit 8770fb2
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 @@ -1530,7 +1530,7 @@ def _update_disable_jit_thread_local(val):

enable_remat_opt_pass = bool_state(
name='jax_compiler_enable_remat_pass',
default=False,
default=True,
help=('Config to enable / disable the rematerialization HLO pass. '
'Useful to allow XLA to automatically trade off memory and '
'compute when encountering OOM errors. However, you are '
Expand Down

0 comments on commit 8770fb2

Please sign in to comment.