Skip to content

Commit da9b5e3

Browse files
authored
Skip test__int_mm (#2449)
Fixes SWDEV-510889
1 parent a5103a1 commit da9b5e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/inductor/test_select_algorithm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ def foo(a, b):
113113
self.assertEqual(counters["inductor"]["select_algorithm_autotune"], 1)
114114

115115
@patches
116+
@skipIfRocm
116117
def test__int_mm(self):
117118
@torch.compile
118119
def foo(a, b):

0 commit comments

Comments
 (0)