pytorch/test/distributed/elastic
Chirag Pandya f7eae27946 Pass params to dump_nccl_trace_pickle (#128781)
Summary
Pass parameters from request to dump_nccl_trace_pickle handler.
The supported parameters + value are all lowercase.
includecollectives={true, false}
includestacktraces={true, false}
onlyactive={true, false}

Example post is:
/handler/dump_nccl_trace_pickle?includecollectives=true&includestacktraces=false&onlyactive=true

Test Plan:
unit tests

Differential Revision: [D58640474](https://our.internmc.facebook.com/intern/diff/D58640474)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/128781
Approved by: https://github.com/d4l3k
2024-06-18 03:46:57 +00:00
..
agent/server/test [TorchElastic] Option for sharing TCPStore created by rdzv handlers (#125743) 2024-05-22 18:24:11 +00:00
events Enable UFMT on all of test/distributed (#123539) 2024-04-17 06:46:02 +00:00
metrics [BE] enable ruff rule RSE and remove useless parentheses in raise statements (#124261) 2024-04-17 19:29:34 +00:00
multiprocessing [small] test clean up (#128079) 2024-06-06 21:21:40 +00:00
rendezvous Share TCPStore by default when using c10d rdzv handler (#128096) 2024-06-12 21:49:42 +00:00
timer Fix AttributeError when doing mock patch for FileTimerServerTest.test_expired_timers (#125144) 2024-05-01 12:08:04 +00:00
utils elastic/rendezvous: make barrier and rank assignment operations O(n) instead of O(n^2) (#124982) 2024-04-27 02:21:44 +00:00
test_control_plane.py Pass params to dump_nccl_trace_pickle (#128781) 2024-06-18 03:46:57 +00:00