-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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 for AMD Radeon GPU on Mac OS #7163
Comments
We support AMD GPUs already via AMD's ROCm framework, but I believe ROCm does not support Mac OS. Targeting Metal would require either adding Metal support to XLA, or plugging an alternative compiler into JAX. One candidate is IREE, which does not yet support Metal but does have it on its road map. We have no plans to work on this at the moment, but would welcome contributions. |
Can Jax support tensorflow-macos and tensorflow-metal? |
I was able to build jax-metal on my iMac 27" running MacOS 13.5 with an AMD Radeon Pro 6=5700 GPU.
|
@kulinseth @shuhand0 is #7163 (comment) easy to answer? |
FWIW this page suggests to me that AMD GPUs should work. |
Does this imply the compuation was done on the 'cpu'? |
Will there ever be support in 'Jax' for AMD's Radeon Pro 5700 XT on Big Sur via 'Metal' or Apple's machine learning framework?
plaidml can see the GPU and the GPU works with Keras backend.
The text was updated successfully, but these errors were encountered: