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.
2 parents 0d23d75 + ca6f98b commit c5053daCopy full SHA for c5053da
tests/utilities/test_all_gather_grad.py
@@ -44,7 +44,6 @@ def _test_all_gather_ddp(rank, world_size):
44
@RunIf(skip_windows=True)
45
def test_all_gather_ddp():
46
world_size = 3
47
- os.environ["MKL_SERVICE_FORCE_INTEL"] = "1"
48
torch.multiprocessing.spawn(_test_all_gather_ddp, args=(world_size, ), nprocs=world_size)
49
50
0 commit comments