pytorch/torch/testing
Rohan Varma 04de24d10a Separate profiling tests from p2p tests (#56412)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/56412

We are investigating some flaky profiiling tests such as https://github.com/pytorch/pytorch/issues/56146. One issue is that the profiling tests are tightly coupled to these send/recv tests, hence if this test is disabled, we lose signal round send/recv collectives tests.

To mitigate this, separate the tests into ones that only test send/recv, and ones that test it with profiling. This way flakiness should not result in the send/recv only tests being disabled.
ghstack-source-id: 126920867

Test Plan: CI

Reviewed By: mrshenli

Differential Revision: D27864845

fbshipit-source-id: 01f04a884482ec7741323218a7f8f4a8451eb4ae
2021-04-20 10:42:00 -07:00
..
_internal Separate profiling tests from p2p tests (#56412) 2021-04-20 10:42:00 -07:00
__init__.py Un-ignore F403 in .flake8 (#55838) 2021-04-13 09:24:07 -07:00
_asserts.py Upgrade mypy to version 0.812 (#55712) 2021-04-12 18:08:28 -07:00
_check_kernel_launches.py make torch.testing asserts importable (#54769) 2021-04-07 23:53:02 -07:00
_core.py OpInfo porting for torch.real & torch.imag (#55134) 2021-04-15 13:28:21 -07:00