Skip to content

Commit 70d92c0

Browse files
authored
[SWDEV-444963] skip test_roi_align (#1379)
* [SWDEV-444963] Fix bad import and skip test_roi_align * Update test_torchinductor.py
1 parent 4694ced commit 70d92c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/inductor/test_torchinductor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5197,6 +5197,7 @@ def fn(in_ptr0, in_ptr1, in_ptr2):
51975197
),
51985198
)
51995199

5200+
@skipIfRocm
52005201
def test_roi_align(self):
52015202
if not has_torchvision_roi_align():
52025203
raise unittest.SkipTest("requires torchvision")

0 commit comments

Comments
 (0)