mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Add upgrade=True
to jax_array flag so that its marked as transient flag which will eventually be set to True.
This commit is contained in:
parent
384776f0c9
commit
37089ec1b8
@ -655,6 +655,7 @@ parallel_functions_output_gda = config.define_bool_state(
|
||||
jax_array = config.define_bool_state(
|
||||
name='jax_array',
|
||||
default=False,
|
||||
upgrade=True,
|
||||
help=('If True, new pjit behavior will be enabled and `jax.Array` will be '
|
||||
'used.'))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user