Skip to content

Commit f2bcd8a

Browse files
authored
Fix spelling of MultiProcContinuousTest (#1946)
refer pytorch/pytorch#160892
1 parent 7651ca2 commit f2bcd8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/xpu/distributed/test_c10d_ops_xccl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
2525
from test_c10d_xccl import init_multigpu_helper, requires_xccl
26-
from torch.testing._internal.common_distributed import MultiProcContinousTest
26+
from torch.testing._internal.common_distributed import MultiProcContinuousTest
2727
from torch.testing._internal.common_utils import (
2828
instantiate_parametrized_tests,
2929
parametrize,
@@ -42,7 +42,7 @@
4242
TEST_MULTIGPU = TEST_XPU and torch.xpu.device_count() >= 2
4343

4444

45-
class ProcessGroupXCCLOpTest(MultiProcContinousTest):
45+
class ProcessGroupXCCLOpTest(MultiProcContinuousTest):
4646
@classmethod
4747
def backend_str(cls) -> str:
4848
return "xccl"

0 commit comments

Comments
 (0)