Skip to content

Commit 29f5361

Browse files
committed
Unskip test_cuda_repro
(cherry picked from commit c2e4e67)
1 parent 4ad2537 commit 29f5361

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/inductor/test_cuda_repro.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ def foo(x):
333333
out_ref.add_(2)
334334
# self.assertEqual(out_ref, out)
335335

336-
@skipIfRocmArch(NAVI_ARCH)
337336
def test_accuracy_issue1(self):
338337
class Repro(torch.nn.Module):
339338
def __init__(self) -> None:
@@ -370,7 +369,6 @@ def forward(self, start_positions: torch.Tensor, x: torch.Tensor):
370369
assert same_two_models(mod, opt_mod, args), "Dynamo failed"
371370

372371
@config.patch(allow_buffer_reuse=False)
373-
@skipIfRocmArch(NAVI_ARCH)
374372
def test_issue103461(self):
375373
def forward(add_1):
376374
var_mean = torch.ops.aten.var_mean.correction(
@@ -869,7 +867,6 @@ def forward(self, x):
869867
res2 = jit_func(x)
870868
self.assertEqual(res1, res2)
871869

872-
@skipIfRocmArch(NAVI_ARCH)
873870
def test_issue103481(self):
874871
def fn(x, y):
875872
# NOTE: 6 dimensions is important! does not fail for 5 dimensions

0 commit comments

Comments
 (0)