-
Notifications
You must be signed in to change notification settings - Fork 193
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
Support more operations in EXLA over MLIR #1295
Comments
Does full Apple Silicon support require this PR? |
It's a requirement, but not sufficient. The fact that the Jax/XLA metal plugin is closed source means that we can't lock into the older version of OpenXLA that would be needed for Metal support, because it would mean depending on something we have zero control over, while potentially keeping bugfixes, optimizations and features out of our codebase. |
Gotcha, thanks 👍 |
Thank you for doing this!!! |
closing this in favor of #1392 |
#1247 added support for MLIR compilation to EXLA
The following functions still have to be supported for full coverage:
Require complex numbers
Require HLO->MHLO conversion
Done
The text was updated successfully, but these errors were encountered: