8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88ae00 commit c240380Copy full SHA for c240380
test/inductor/test_cpu_repro.py
@@ -37,7 +37,6 @@
37
skipIfRocm,
38
slowTest,
39
TEST_MKL,
40
- TEST_WITH_ROCM,
41
xfailIfS390X,
42
)
43
from torch.utils._python_dispatch import TorchDispatchMode
@@ -604,12 +603,6 @@ def test_lstm_packed(
604
603
batch_size,
605
seq_len,
606
):
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")
613
self._test_lstm_packed(
614
unbatched,
615
input_size,
0 commit comments