8000 [ROCm] Unskip std:bad_alloc failures (#146407) · pytorch/pytorch@c240380 · GitHub
[go: up one dir, main page]

Skip to content

Commit c240380

Browse files
jataylopytorchmergebot
authored andcommitted
[ROCm] Unskip std:bad_alloc failures (#146407)
Flakey MI300 issue related to memory usage should now be resolved after https://github.com/pytorch/pytorch/actions/runs/13007160888?pr=145829< 8000 /a>. Pull Request resolved: #146407 Approved by: https://github.com/jeffdaily
1 parent c88ae00 commit c240380

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/inductor/test_cpu_repro.py

-7
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
skipIfRocm,
3838
slowTest,
3939
TEST_MKL,
40-
TEST_WITH_ROCM,
4140
xfailIfS390X,
4241
)
4342
from torch.utils._python_dispatch import TorchDispatchMode
@@ -604,12 +603,6 @@ def test_lstm_packed(
604603
batch_size,
605604
seq_len,
606605
):
607-
if (
608-
TEST_WITH_ROCM
609-
and not unbatched
610-
and "gfx94" in torch.cuda.get_device_properties(0).gcnArchName.split(":")[0]
611-
):
612-
self.skipTest("Flaky on MI300 with unbatched=False")
613606
self._test_lstm_packed(
614607
unbatched,
615608
input_size,

0 commit comments

Comments
 (0)
0