mirror of
https://github.com/ROCm/jax.git
synced 2025-04-25 02:26:05 +00:00
improve leak checker flag description
This commit is contained in:
parent
9787894d94
commit
a7bfebe4bc
@ -174,5 +174,7 @@ flags.DEFINE_integer(
|
||||
flags.DEFINE_bool(
|
||||
'jax_check_tracer_leaks',
|
||||
bool_env('JAX_CHECK_TRACER_LEAKS', False),
|
||||
help='Turn on checking for leaked tracers as soon as a trace completes.'
|
||||
help=('Turn on checking for leaked tracers as soon as a trace completes. '
|
||||
'Enabling leak checking may have performance impacts: some caching '
|
||||
'is disabled, and other overheads may be added.'),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user