We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d768940 commit e9b7727Copy full SHA for e9b7727
test/dynamo/test_structured_trace.py
@@ -19,7 +19,7 @@
19
from torch._inductor.test_case import TestCase
20
from torch._logging._internal import TorchLogsFormatter
21
from torch.nn.parallel import DistributedDataParallel as DDP
22
-from torch.testing._internal.common_utils import find_free_port
+from torch.testing._internal.common_utils import find_free_port, skipIfRocm
23
from torch.testing._internal.inductor_utils import HAS_CUDA
24
25
test/test_fx.py
@@ -57,6 +57,7 @@
57
IS_WINDOWS,
58
find_library_location,
59
run_tests,
60
+ skipIfRocm,
61
skipIfTorchDynamo,
62
)
63
from torch.testing._internal.jit_utils import JitTestCase
0 commit comments