mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
cmd: `ufmt format torch/distributed/_tensor` copy from Andrew: Notes For VSCode users, Install ufmt: https://pypi.org/project/ufmt/ Install VSCode ufmt extension: https://marketplace.visualstudio.com/items?itemName=omnilib.ufmt Include in settings.json: ``` { "[python]": { "editor.defaultFormatter": "omnilib.ufmt", "editor.formatOnSave": true, }, } ``` Pull Request resolved: https://github.com/pytorch/pytorch/pull/89967 Approved by: https://github.com/fduwjj |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| common_rules.py | ||
| math_ops.py | ||
| matrix_ops.py | ||
| pointwise_ops.py | ||
| tensor_ops.py | ||
| tp_sharding_ops.py | ||
| utils.py | ||
| view_ops.py | ||