pytorch
7ff1990c - [c10d] Increment sequence numbers on collectives. (#55718)

Commit
4 years ago
[c10d] Increment sequence numbers on collectives. (#55718) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/55718 Increments sequence numbers when ProcessGroupGloo::enqueue or ProcessGroupNCCL::collective is run, which is a common call all collectives make. The next step will be to log these along with other collective info in debug mode as well as integrating them with the process group wrapper. ghstack-source-id: 127215077 Test Plan: CI Reviewed By: SciPioneer Differential Revision: D27690690 fbshipit-source-id: cb284b7c760763b7c0f814a41f06656fabf806d6
Author
Parents
Loading