mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
Currently a 3D mesh with a submesh sliced out for TP is going to fail this check. According to @wanchaol in [this comment](https://github.com/pytorch/pytorch/pull/125250#discussion_r1586653669) it should be OK to remove these checks. Though I would appreciate a more careful review here, since I'm not too sure if there are other edge cases where these checks are important. Pull Request resolved: https://github.com/pytorch/pytorch/pull/125763 Approved by: https://github.com/wz337, https://github.com/wanchaol |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _data_parallel_utils.py | ||
| _utils.py | ||
| api.py | ||
| ddp.py | ||
| fsdp.py | ||
| input_reshard.py | ||
| loss.py | ||
| style.py | ||