Skip to content

Commit 4aba300

Browse files
praguptadnikolaev-amd
authored andcommitted
Bad import in test_torchinductor and skip torchvision related UT (#1374)
1 parent 7da900e commit 4aba300

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/inductor/test_torchinductor.py

Lines changed: 3 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
)
@@ -6862,6 +6863,8 @@ def fn(in_ptr0, in_ptr1, in_ptr2):
68626863
),
68636864
)
68646865

6866+
@skipIfWindows
6867+
@skipIfRocm
68656868
def test_roi_align(self):
68666869
if not has_torchvision_roi_align():
68676870
raise unittest.SkipTest("requires torchvision")

0 commit comments

Comments
 (0)