pytorch/CODEOWNERS
Line: 4: incorrect codeowner user: goldsborough Line: 4: incorrect codeowner user: ebetica Line: 4: incorrect codeowner user: yf225 Line: 4: no users/groups matched Line: 5: incorrect codeowner user: ebetica Line: 5: incorrect codeowner user: goldsborough Line: 5: incorrect codeowner user: yf225 Line: 5: no users/groups matched Line: 6: incorrect codeowner user: ebetica Line: 6: incorrect codeowner user: goldsborough Line: 6: incorrect codeowner user: yf225 Line: 6: no users/groups matched Line: 7: incorrect codeowner user: goldsborough 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: apaszke Line: 11: no users/groups matched Line: 12: incorrect codeowner user: apaszke Line: 12: incorrect codeowner user: albanD Line: 12: no users/groups matched Line: 13: incorrect codeowner user: apaszke Line: 13: no users/groups matched Line: 14: incorrect codeowner user: apaszke Line: 14: no users/groups matched Line: 15: incorrect codeowner user: apaszke Line: 15: incorrect codeowner user: albanD Line: 15: no users/groups matched Line: 16: incorrect codeowner user: apaszke Line: 16: no users/groups matched Line: 17: incorrect codeowner user: apaszke Line: 17: no users/groups matched Line: 20: incorrect codeowner user: jiayisuse Line: 20: incorrect codeowner user: osalpekar Line: 20: incorrect codeowner user: lw Line: 20: incorrect codeowner user: beauby Line: 20: no users/groups matched Line: 21: incorrect codeowner user: jiayisuse Line: 21: incorrect codeowner user: osalpekar Line: 21: incorrect codeowner user: lw Line: 21: incorrect codeowner user: beauby Line: 21: no users/groups matched Line: 26: incorrect codeowner user: pietern 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: no users/groups matched Line: 27: incorrect codeowner user: pietern 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: no users/groups matched Line: 28: incorrect codeowner user: apaszke Line: 28: incorrect codeowner user: pietern Line: 28: incorrect codeowner user: mrshenli Line: 28: incorrect codeowner user: zhaojuanmao Line: 28: incorrect codeowner user: pritamdamania87 Line: 28: incorrect codeowner user: rohan-varma Line: 28: 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: no users/groups matched Line: 34: incorrect codeowner user: mrshenli Line: 34: incorrect codeowner user: pritamdamania87 Line: 34: incorrect codeowner user: zhaojuanmao Line: 34: incorrect codeowner user: rohan-varma Line: 34: no users/groups matched
Pritam Damania b63b684394 Consolidate CODEOWNERS file for distributed package. (#44763)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/44763

The file had separate rules for RPC and DDP/c10d, consolidated all of
it together and placed all the distributed rules together.
ghstack-source-id: 112140871

Test Plan: waitforbuildbot

Reviewed By: rohan-varma

Differential Revision: D23721162

fbshipit-source-id: d41c757eb1615376d442bd6b2802909624bd1d3f
2020-09-16 10:19:25 -07:00

35 lines
1.5 KiB
Plaintext

# This is a comment.
# Each line is a file pattern followed by one or more owners.
/docs/cpp @goldsborough @ebetica @yf225
/torch/csrc/api/ @ebetica @goldsborough @yf225
/test/cpp/api/ @ebetica @goldsborough @yf225
/torch/utils/cpp_extension.py @goldsborough @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/api/data/ @apaszke
/torch/csrc/autograd/ @apaszke @albanD
/torch/csrc/jit/ @apaszke
/torch/nn/ @apaszke
/torch/autograd/ @apaszke @albanD
/torch/jit/ @apaszke
/torch/utils/data/ @apaszke
# 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/ @pietern @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma
/torch/csrc/distributed/ @pietern @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma
/torch/distributed/ @apaszke @pietern @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma
# 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
/torch/testing/_internal/distributed @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma