pytorch/torch/utils
Vitaly Fedyunin e9b3bc2ead [DataLoader] Locking lower ranks seed recepients (#81071)
Exit seed receiving section only when all ranks received seed, otherwise we are at risk that current rank
will reach same section of the code again while rank zero still in the previous iteration

Fixes: #80845

Differential Revision: [D37702557](https://our.internmc.facebook.com/intern/diff/D37702557)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/81071
Approved by: https://github.com/msaroufim, https://github.com/ejguan
2022-07-08 18:53:45 +00:00
..
backcompat
benchmark Add __all__ to torch.distributed, futures, fx, nn, package, benchmark submodules (#80520) 2022-07-08 14:31:24 +00:00
bottleneck
data [DataLoader] Locking lower ranks seed recepients (#81071) 2022-07-08 18:53:45 +00:00
hipify Add __all__ to torch.distributed, futures, fx, nn, package, benchmark submodules (#80520) 2022-07-08 14:31:24 +00:00
jit Create __init__.py (#78629) 2022-06-03 18:14:21 +00:00
model_dump Fix macos public bindings failures (#80970) 2022-07-07 14:10:00 +00:00
tensorboard Add __all__ to torch.distributed and tensorboard submodules (#80444) 2022-06-28 16:33:22 +00:00
__init__.py
_cpp_extension_versioner.py
_crash_handler.py
_freeze.py
_mode_utils.py Correctly setup ancestors on explicit push mode. (#80995) 2022-07-07 02:01:12 +00:00
_python_dispatch.py add ability to push a mode if the current mode is an ancestor 2022-06-10 18:27:04 +00:00
_pytree.py
_zip.py
bundled_inputs.py [lint] upgrade mypy to latest version 2022-05-03 20:51:34 +00:00
checkpoint.py Revert "Revert "[FSDP Optim State] Remove checkpoint prefix (#80480)"" (#80936) 2022-07-06 22:21:07 +00:00
collect_env.py tools: Ensure compat for collect_env with python 3.5 2022-06-06 21:32:57 +00:00
cpp_extension.py [ROCm] Use torch._C._cuda_getArchFlags to get list of gfx archs pytorch was built for (#80498) 2022-07-07 16:06:12 +00:00
dlpack.py Revert "Add DLPack support for XPU backend by mapping to kDLOneAPI in DLPack. (#78154)" 2022-07-05 08:52:46 +00:00
file_baton.py
hooks.py
mkldnn.py Enable fp32/bf16 PRelu forward and backward in MkldnnCPU path (#60427) 2022-05-10 17:29:11 +00:00
mobile_optimizer.py
model_zoo.py
show_pickle.py [lint] upgrade mypy to latest version 2022-05-03 20:51:34 +00:00
throughput_benchmark.py