pytorch/torch/distributed/_tools
PaliC ab26d4fbeb [BE] remove torch deploy - conditionals (#158288)
This PR is part of the work to deprecate torch::deploy in OSS. Effectively it does 3 things to get started.
1. Remove test_deploy_interaction as we no longer need to worry about this
2. Remove all torch._running_with_deploy checks and use the False path always (surfaced 1)
3. Remove `USE_DEPLOY` and switch to the default path always

Note: MyPy does fail on a bunch of things here as a bunch of older files are touched. It may be better to fix these things on a separate PR

Pull Request resolved: https://github.com/pytorch/pytorch/pull/158288
Approved by: https://github.com/albanD
2025-07-23 20:27:28 +00:00
..
__init__.py
common_utils.py Add support for non functional collectives under FakeTensorMode and fake_pg for memory tracking (#147566) 2025-03-08 18:00:49 +00:00
fake_collectives.py [BE] remove torch deploy - conditionals (#158288) 2025-07-23 20:27:28 +00:00
fsdp2_mem_tracker.py [BE][5/16] fix typos in torch/ (torch/distributed/) (#156315) 2025-06-23 02:57:28 +00:00
ilp_utils.py PEP585 update - torch/distributed (#145164) 2025-01-21 04:23:29 +00:00
mem_tracker.py [BE][5/16] fix typos in torch/ (torch/distributed/) (#156315) 2025-06-23 02:57:28 +00:00
memory_tracker.py Support XPU in memory tracker (#150703) 2025-06-12 21:33:52 +00:00
mod_tracker.py Add support for non functional collectives under FakeTensorMode and fake_pg for memory tracking (#147566) 2025-03-08 18:00:49 +00:00
runtime_estimator.py [BE][5/16] fix typos in torch/ (torch/distributed/) (#156315) 2025-06-23 02:57:28 +00:00
sac_estimator.py [BE][5/16] fix typos in torch/ (torch/distributed/) (#156315) 2025-06-23 02:57:28 +00:00
sac_ilp.py PEP585 update - torch/distributed (#145164) 2025-01-21 04:23:29 +00:00