From ca6f98ba8ff835368ae3ef91e435e4d4f458c45b Mon Sep 17 00:00:00 2001 From: shuyingsunshine21 <80445420+shuyingsunshine21@users.noreply.github.com> Date: Wed, 24 Mar 2021 01:51:55 -0700 Subject: [PATCH] Update test_all_gather_grad.py --- tests/utilities/test_all_gather_grad.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/utilities/test_all_gather_grad.py b/tests/utilities/test_all_gather_grad.py index f1860b1032..259f9f4c09 100644 --- a/tests/utilities/test_all_gather_grad.py +++ b/tests/utilities/test_all_gather_grad.py @@ -44,7 +44,6 @@ def _test_all_gather_ddp(rank, world_size): @RunIf(skip_windows=True) def test_all_gather_ddp(): world_size = 3 - os.environ["MKL_SERVICE_FORCE_INTEL"] = "1" torch.multiprocessing.spawn(_test_all_gather_ddp, args=(world_size, ), nprocs=world_size)