-
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
update Jax-Metal CI runner with nightly jaxlib config #21070
Conversation
@@ -302,13 +302,11 @@ def testCountNonzero(self, shape, dtype, axis): | |||
self._CheckAgainstNumpy(np_fun, jnp_fun, args_maker, check_dtypes=False) | |||
self._CompileAndCheck(jnp_fun, args_maker) | |||
|
|||
@jtu.sample_product(shape=all_shapes, dtype=all_dtypes) | |||
@jtu.sample_product(shape=nonzerodim_shapes, dtype=all_dtypes) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OOC why did you need to reduce coverage? Were new failures introduced in jaxlib nightly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
metal_plugin_ci has been failing on tip since two weeks ago. I suspect there is a change in JAX? So the coverage changes here are synced from lax_numpy_test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah. More reason to sync up the test files!
@@ -302,13 +302,11 @@ def testCountNonzero(self, shape, dtype, axis): | |||
self._CheckAgainstNumpy(np_fun, jnp_fun, args_maker, check_dtypes=False) | |||
self._CompileAndCheck(jnp_fun, args_maker) | |||
|
|||
@jtu.sample_product(shape=all_shapes, dtype=all_dtypes) | |||
@jtu.sample_product(shape=nonzerodim_shapes, dtype=all_dtypes) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah. More reason to sync up the test files!
Add nightly jaxlib config to Jax-Metal CI runner.
Sync lax_metal_test with lax_numpy_test