You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importjaximportjax.numpyasjnpfromjax._src.coreimportmutable_arraya=jnp.uint32(0)
a_ref=mutable_array(a)
deff(x):
a_ref[()] =7# writing to a global mutable arrayreturnjnp.isfinite(x)
x=jnp.float32(4.)
lowered=jax.jit(f).lower(x)
compiled=lowered.compile()
print(compiled(x))
Description
Repro:
Error output:
System info (python version, jaxlib version, accelerator, etc.)
The text was updated successfully, but these errors were encountered: