From ba43dd9c79a33f6a23b8e6dc165d547ada2ed2dd Mon Sep 17 00:00:00 2001 From: BL <110066325+BLOrange-AMD@users.noreply.github.com> Date: Sun, 3 Aug 2025 21:36:02 -0500 Subject: [PATCH] Skip test__int_mm --- test/inductor/test_select_algorithm.py | 1 + 1 file changed, 1 insertion(+) 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):