-
-
Notifications
You must be signed in to change notification settings - Fork 559
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
testing runner with GPU support #3274
Comments
@BradyPlanden As far as I know we should be able to relax this requirement, at least to the minor version, i.e. 0.4 (there were some substantial API changes between 0.3 and 0.4). |
If it helps, I built Verifying that Jax uses the GPU
the output of import jax
jax.default_backend() is
Error logs
Note: the unit tests did not complete and exited early with this warning: Most Jax-related tests fail, all with the same error, e.g.,
From a quick look, jax-ml/jax#16435 seems to be related. With the instability of |
Right, so a bit of investigation confirmed that M-series GPU's don't support To proceed we could add |
Description
Add test runner with GPU support to test gpu-specific code
Motivation
#3121 introduced some GPU-specific code, which we need to test.
Possible Implementation
We're using a mac mini for M1 testing and deployments, we could use this
Additional context
@BradyPlanden
The text was updated successfully, but these errors were encountered: