Skip to content

Commit 1e0c5c4

Browse files
praguptapruthvistony
authored andcommitted
Bad import in test_torchinductor and skip torchvision related UT (#1374)
1 parent dcc975c commit 1e0c5c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/inductor/test_torchinductor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
skipIfXpu,
8787
subtest,
8888
skipIfRocmArch,
89+
subtest,
8990
TEST_WITH_ASAN,
9091
TEST_WITH_ROCM,
9192
)
@@ -6823,6 +6824,7 @@ def fn(in_ptr0, in_ptr1, in_ptr2):
68236824
)
68246825

68256826
@skipIfWindows
6827+
@skipIfRocm
68266828
def test_roi_align(self):
68276829
if not has_torchvision_roi_align():
68286830
raise unittest.SkipTest("requires torchvision")

0 commit comments

Comments
 (0)