Files
pytorch/CODEOWNERS
Line: 4: incorrect codeowner user: glaringlee Line: 4: no users/groups matched Line: 5: incorrect codeowner user: glaringlee Line: 5: no users/groups matched Line: 6: incorrect codeowner user: glaringlee Line: 6: no users/groups matched Line: 7: incorrect codeowner user: fmassa Line: 7: incorrect codeowner user: soumith Line: 7: incorrect codeowner user: ezyang Line: 7: no users/groups matched Line: 11: incorrect codeowner user: albanD Line: 11: incorrect codeowner user: soulitzer Line: 11: no users/groups matched Line: 12: incorrect codeowner user: albanD Line: 12: incorrect codeowner user: soulitzer Line: 12: no users/groups matched Line: 13: incorrect codeowner user: albanD Line: 13: incorrect codeowner user: soulitzer Line: 13: no users/groups matched Line: 14: incorrect codeowner user: albanD Line: 14: incorrect codeowner user: jbschlosser Line: 14: no users/groups matched Line: 15: incorrect codeowner user: albanD Line: 15: no users/groups matched Line: 18: incorrect codeowner user: jiayisuse Line: 18: incorrect codeowner user: osalpekar Line: 18: incorrect codeowner user: lw Line: 18: incorrect codeowner user: beauby Line: 18: no users/groups matched Line: 19: incorrect codeowner user: jiayisuse Line: 19: incorrect codeowner user: osalpekar Line: 19: incorrect codeowner user: lw Line: 19: incorrect codeowner user: beauby Line: 19: no users/groups matched Line: 24: incorrect codeowner user: mrshenli Line: 24: incorrect codeowner user: zhaojuanmao Line: 24: incorrect codeowner user: pritamdamania87 Line: 24: incorrect codeowner user: rohan-varma Line: 24: incorrect codeowner user: mingzhe09088 Line: 24: incorrect codeowner user: H-Huang Line: 24: no users/groups matched Line: 25: incorrect codeowner user: mrshenli Line: 25: incorrect codeowner user: zhaojuanmao Line: 25: incorrect codeowner user: pritamdamania87 Line: 25: incorrect codeowner user: rohan-varma Line: 25: incorrect codeowner user: mingzhe09088 Line: 25: incorrect codeowner user: H-Huang Line: 25: no users/groups matched Line: 26: incorrect codeowner user: mrshenli Line: 26: incorrect codeowner user: zhaojuanmao Line: 26: incorrect codeowner user: pritamdamania87 Line: 26: incorrect codeowner user: rohan-varma Line: 26: incorrect codeowner user: mingzhe09088 Line: 26: incorrect codeowner user: H-Huang Line: 26: no users/groups matched Line: 27: incorrect codeowner user: mrshenli Line: 27: incorrect codeowner user: zhaojuanmao Line: 27: incorrect codeowner user: pritamdamania87 Line: 27: incorrect codeowner user: rohan-varma Line: 27: incorrect codeowner user: mingzhe09088 Line: 27: incorrect codeowner user: H-Huang Line: 27: no users/groups matched Line: 32: incorrect codeowner user: mrshenli Line: 32: incorrect codeowner user: pritamdamania87 Line: 32: incorrect codeowner user: zhaojuanmao Line: 32: incorrect codeowner user: rohan-varma Line: 32: incorrect codeowner user: H-Huang Line: 32: no users/groups matched Line: 33: incorrect codeowner user: mrshenli Line: 33: incorrect codeowner user: pritamdamania87 Line: 33: incorrect codeowner user: zhaojuanmao Line: 33: incorrect codeowner user: rohan-varma Line: 33: incorrect codeowner user: H-Huang Line: 33: no users/groups matched Line: 36: incorrect codeowner user: bowenbao Line: 36: incorrect codeowner user: neginraoof Line: 36: incorrect codeowner user: spandantiwari Line: 36: no users/groups matched Line: 37: incorrect codeowner user: bowenbao Line: 37: incorrect codeowner user: neginraoof Line: 37: incorrect codeowner user: spandantiwari Line: 37: no users/groups matched Line: 38: incorrect codeowner user: bowenbao Line: 38: incorrect codeowner user: neginraoof Line: 38: incorrect codeowner user: spandantiwari Line: 38: no users/groups matched Line: 39: incorrect codeowner user: bowenbao Line: 39: incorrect codeowner user: neginraoof Line: 39: incorrect codeowner user: spandantiwari Line: 39: no users/groups matched Line: 40: incorrect codeowner user: bowenbao Line: 40: incorrect codeowner user: neginraoof Line: 40: incorrect codeowner user: spandantiwari Line: 40: no users/groups matched
Rohan Varma 08e4312559 Tag distributed team for review for /torch/nn/parallel (#54221)
Summary:
This folder contains the DDP python interface as well as several misc. communication files.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/54221

Reviewed By: agolynski

Differential Revision: D27149068

Pulled By: rohan-varma

fbshipit-source-id: 0c23ea9a0d1dfc2719a2008e182ea75f2058d7dc
2021-03-20 13:20:00 -07:00

41 lines
1.8 KiB
Plaintext

# This is a comment.
# Each line is a file pattern followed by one or more owners.
/docs/cpp @glaringlee
/torch/csrc/api/ @glaringlee
/test/cpp/api/ @glaringlee
/torch/utils/cpp_extension.py @fmassa @soumith @ezyang
# Not there to strictly require the approval, but to be tagged as a reviewer
# on the PRs to push them into a high priority inbox.
/torch/csrc/autograd/ @albanD @soulitzer
/torch/autograd/ @albanD @soulitzer
/tools/autograd/ @albanD @soulitzer
/torch/nn/ @albanD @jbschlosser
/test/test_public_bindings.py @albanD
# Tensorpipe RPC Agent.
/torch/csrc/distributed/rpc/tensorpipe_agent.cpp @jiayisuse @osalpekar @lw @beauby
/torch/csrc/distributed/rpc/tensorpipe_agent.h @jiayisuse @osalpekar @lw @beauby
# Distributed package
# This list is mostly if you'd like to be tagged as reviewer, feel free to add
# or remove yourself from it.
/torch/lib/c10d/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 @H-Huang
/torch/csrc/distributed/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 @H-Huang
/torch/distributed/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 @H-Huang
/torch/nn/parallel/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 @H-Huang
# Distributed tests
# This list is mostly if you'd like to be tagged as reviewer, feel free to add
# or remove yourself from it.
/test/distributed @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @H-Huang
/torch/testing/_internal/distributed @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @H-Huang
# ONNX Export
/torch/csrc/jit/passes/onnx.h @bowenbao @neginraoof @spandantiwari
/torch/csrc/jit/passes/onnx.cpp @bowenbao @neginraoof @spandantiwari
/torch/csrc/jit/passes/onnx/ @bowenbao @neginraoof @spandantiwari
/torch/onnx/ @bowenbao @neginraoof @spandantiwari
/test/onnx/ @bowenbao @neginraoof @spandantiwari