-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update xla to use mlir rather than backend-specific-translations #314
base: main
Are you sure you want to change the base?
Update xla to use mlir rather than backend-specific-translations #314
Conversation
@Trinkle23897 The linting error is unrelated to the PR |
Testing this throws errors however there appears to be limited documentation on what the suggested change should be |
After implementing the suggested changes, I encountered an error when running the XLA example with JAX 0.4.34(latest). The error reads:
I installed envpool/envpool/python/xla_template.py Lines 74 to 88 in f411fc2
Would appreciate any guidance on resolving this. |
Description
Fixes #313
Motivation and Context
EnvPool XLA doesn't work with Jax 0.4.29+
Types of changes
What types of changes does your code introduce? Put an
x
in all the boxes that apply: