mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
[Pallas/Mosaic GPU] Explicitly disable ops_test
on Mosaic GPU pre-Hopper.
PiperOrigin-RevId: 735744473
This commit is contained in:
parent
b6da46ecda
commit
7fd32ecc04
@ -283,6 +283,9 @@ class PallasBaseTest(jtu.JaxTestCase):
|
||||
if (jtu.test_device_matches(["cuda"]) and
|
||||
not jtu.is_cuda_compute_capability_at_least("8.0")):
|
||||
self.skipTest("Only works on GPUs with capability >= sm80")
|
||||
if (jtu.test_device_matches(["cuda"]) and use_mosaic_gpu and
|
||||
not jtu.is_cuda_compute_capability_at_least("9.0")):
|
||||
self.skipTest("Mosaic GPU requires capability >= sm90")
|
||||
|
||||
super().setUp()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user