One failing test for PyTorch/1.9.0-fosscuda-2020b + PyTorch-1.9.0-fosscuda-2020b-imkl.eb on our Intel Cascade Lake V100 system (test report coming up), perhaps this one is also flaky: test_autograd
======================================================================
FAIL: test_thread_shutdown (__main__.TestAutograd)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test_autograd.py", line 4360, in test_thread_shutdown
self.assertRegex(s, "PYTORCH_API_USAGE torch.autograd.thread_shutdown")
AssertionError: Regex didn't match: 'PYTORCH_API_USAGE torch.autograd.thread_shutdown' not found in 'PYTORCH_API_USAGE torch.python.import\nPYTORCH_API_USAGE c10d.python.import\nPYTORCH_API_USAGE tensor.create\n'
----------------------------------------------------------------------
Ran 951 tests in 23.361s
FAILED (failures=1, skipped=312, expected failures=1)
test_autograd failed!
Originally posted by @boegel in #15919 (comment)