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
This causes the following error when running in xla mode AttributeError: jax.interpreters.xla.backend_specific_translations is deprecated. Register custom primitives via jax.interpreters.mlir instead.
Describe the bug
jax.interpreters.xla.backend_specific_translations
is deprecated in jax v0.4.29https://jax.readthedocs.io/en/latest/changelog.html#jax-0-4-29-june-10-2024
This causes the following error when running in xla mode
AttributeError: jax.interpreters.xla.backend_specific_translations is deprecated. Register custom primitives via jax.interpreters.mlir instead.
To Reproduce
Expected behavior
xla function is created
System info
Reason and Possible fixes
According to the error message then we should use
Register custom primitives via jax.interpreters.mlir instead
Checklist
The text was updated successfully, but these errors were encountered: