diff --git a/test/inductor/test_select_algorithm.py b/test/inductor/test_select_algorithm.py index b12dca7e4332f..420893bc9b3d2 100644 --- a/test/inductor/test_select_algorithm.py +++ b/test/inductor/test_select_algorithm.py @@ -113,6 +113,7 @@ def foo(a, b): self.assertEqual(counters["inductor"]["select_algorithm_autotune"], 1) @patches + @skipIfRocm def test__int_mm(self): @torch.compile def foo(a, b):