Skip to content

Commit

Permalink
[Pallas] Disable win32 gpu_ops_test.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 673149107
  • Loading branch information
justinjfu authored and jax authors committed Sep 10, 2024
1 parent 14b8625 commit c659dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pallas/gpu_ops_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def setUp(self):
if (jtu.test_device_matches(["cuda"]) and
not jtu.is_cuda_compute_capability_at_least("8.0")):
self.skipTest("Only works on GPU with capability >= sm80")
if sys.platform == "win32" and not self.INTERPRET:
if sys.platform == "win32":
self.skipTest("Only works on non-Windows platforms")

super().setUp()
Expand Down

0 comments on commit c659dc9

Please sign in to comment.