Skip to content

Commit

Permalink
Update on "Set up CI"
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
zou3519 committed Apr 18, 2024
2 parents 5d90b73 + 67a4709 commit bfce802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def _opcheck(self, device):
def test_opcheck_cpu(self):
self._opcheck("cpu")

@unittest.skipIf(not torch.cuda.is_available(), "requires cuda")
def test_opcheck_cuda(self):
self._opcheck("cuda")

Expand Down

0 comments on commit bfce802

Please sign in to comment.