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 7651ca2 commit f2bcd8aCopy full SHA for f2bcd8a
test/xpu/distributed/test_c10d_ops_xccl.py
@@ -23,7 +23,7 @@
23
24
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
25
from test_c10d_xccl import init_multigpu_helper, requires_xccl
26
-from torch.testing._internal.common_distributed import MultiProcContinousTest
+from torch.testing._internal.common_distributed import MultiProcContinuousTest
27
from torch.testing._internal.common_utils import (
28
instantiate_parametrized_tests,
29
parametrize,
@@ -42,7 +42,7 @@
42
TEST_MULTIGPU = TEST_XPU and torch.xpu.device_count() >= 2
43
44
45
-class ProcessGroupXCCLOpTest(MultiProcContinousTest):
+class ProcessGroupXCCLOpTest(MultiProcContinuousTest):
46
@classmethod
47
def backend_str(cls) -> str:
48
return "xccl"
0 commit comments