pytorch/tools/flight_recorder
Junjie Wang (PyTorch) 95abc0f515 [c10d][fr] Fix another bug when we should continue when the op list is empty (#151798)
Differential Revision: D73375318

We shouldn't check the op list when it is empty. And later, when it is empty we pops it out from the queue we will check for collective matching. Added a unit test for this case and also covered the case fixed https://github.com/pytorch/pytorch/pull/151683 in the unit test as well.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/151798
Approved by: https://github.com/d4l3k, https://github.com/wconstab, https://github.com/fegin
2025-04-22 04:43:31 +00:00
..
components [c10d][fr] Fix another bug when we should continue when the op list is empty (#151798) 2025-04-22 04:43:31 +00:00
fr_trace.py PEP585 update - benchmarks tools torchgen (#145101) 2025-01-18 05:05:07 +00:00