Skip to content

Commit

Permalink
Skip failing UT
Browse files Browse the repository at this point in the history
  • Loading branch information
jataylo committed Mar 27, 2024
1 parent 65996d3 commit f882600
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/inductor/test_triton_heuristics.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import torch

from torch.testing._internal.common_utils import IS_LINUX
from torch.testing._internal.common_utils import IS_LINUX, skipIfRocm
from torch.testing._internal.inductor_utils import HAS_GPU

try:
Expand Down Expand Up @@ -71,6 +71,7 @@ def forward(primals_1, primals_2, primals_5):
]
self.assertEqual(forward(*args), foo_c(*args))

@skipIfRocm
def test_artificial_zgrid(self):
self._test_artificial_zgrid()

Expand Down

0 comments on commit f882600

Please sign in to comment.