Files
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: pietern Line: 7: incorrect codeowner user: mrshenli Line: 7: incorrect codeowner user: zhaojuanmao Line: 7: no users/groups matched Line: 8: incorrect codeowner user: pietern Line: 8: incorrect codeowner user: mrshenli Line: 8: incorrect codeowner user: zhaojuanmao Line: 8: no users/groups matched Line: 9: incorrect codeowner user: apaszke Line: 9: incorrect codeowner user: pietern Line: 9: incorrect codeowner user: mrshenli Line: 9: incorrect codeowner user: zhaojuanmao Line: 9: no users/groups matched Line: 10: incorrect codeowner user: pietern Line: 10: incorrect codeowner user: mrshenli Line: 10: incorrect codeowner user: zhaojuanmao Line: 10: no users/groups matched Line: 11: incorrect codeowner user: goldsborough Line: 11: incorrect codeowner user: fmassa Line: 11: incorrect codeowner user: soumith Line: 11: incorrect codeowner user: ezyang Line: 11: no users/groups matched Line: 15: incorrect codeowner user: apaszke Line: 15: no users/groups matched Line: 16: incorrect codeowner user: apaszke Line: 16: incorrect codeowner user: albanD Line: 16: no users/groups matched Line: 17: incorrect codeowner user: apaszke Line: 17: no users/groups matched Line: 18: incorrect codeowner user: apaszke Line: 18: no users/groups matched Line: 19: incorrect codeowner user: apaszke Line: 19: incorrect codeowner user: albanD Line: 19: no users/groups matched Line: 20: incorrect codeowner user: apaszke Line: 20: no users/groups matched Line: 21: incorrect codeowner user: apaszke Line: 21: no users/groups matched Line: 24: incorrect codeowner user: mrshenli Line: 24: incorrect codeowner user: pritamdamania87 Line: 24: incorrect codeowner user: zhaojuanmao Line: 24: no users/groups matched Line: 25: incorrect codeowner user: mrshenli Line: 25: incorrect codeowner user: pritamdamania87 Line: 25: incorrect codeowner user: zhaojuanmao Line: 25: no users/groups matched Line: 26: incorrect codeowner user: mrshenli Line: 26: incorrect codeowner user: pritamdamania87 Line: 26: incorrect codeowner user: zhaojuanmao Line: 26: no users/groups matched Line: 27: incorrect codeowner user: mrshenli Line: 27: incorrect codeowner user: pritamdamania87 Line: 27: incorrect codeowner user: zhaojuanmao Line: 27: no users/groups matched Line: 28: incorrect codeowner user: mrshenli Line: 28: incorrect codeowner user: pritamdamania87 Line: 28: incorrect codeowner user: zhaojuanmao Line: 28: incorrect codeowner user: aazzolini Line: 28: no users/groups matched Line: 31: incorrect codeowner user: mrshenli Line: 31: incorrect codeowner user: pritamdamania87 Line: 31: incorrect codeowner user: zhaojuanmao Line: 31: no users/groups matched Line: 32: incorrect codeowner user: mrshenli Line: 32: incorrect codeowner user: pritamdamania87 Line: 32: incorrect codeowner user: zhaojuanmao Line: 32: no users/groups matched
Pritam Damania d81d65b2f7 Add entry for distributed tests to CODEOWNERS. (#34637)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/34637

ghstack-source-id: 100003837

Test Plan: waitforbuildbot

Differential Revision: D20404552

fbshipit-source-id: a7f35beb8b78ad25e5cd000cd940dd7e94cc65de
2020-03-12 11:17:51 -07:00

33 lines
1.3 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/lib/c10d/ @pietern @mrshenli @zhaojuanmao
/torch/csrc/distributed/ @pietern @mrshenli @zhaojuanmao
/torch/distributed/ @apaszke @pietern @mrshenli @zhaojuanmao
/test/test_c10d.py @pietern @mrshenli @zhaojuanmao
/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
# Distributed RPC Framework.
/torch/csrc/distributed/rpc @mrshenli @pritamdamania87 @zhaojuanmao
/torch/csrc/distributed/autograd @mrshenli @pritamdamania87 @zhaojuanmao
/torch/distributed/rpc @mrshenli @pritamdamania87 @zhaojuanmao
/torch/distributed/autograd @mrshenli @pritamdamania87 @zhaojuanmao
/torch/distributed/optim @mrshenli @pritamdamania87 @zhaojuanmao @aazzolini
# Distributed tests
/test/distributed @mrshenli @pritamdamania87 @zhaojuanmao
/torch/testing/_internal/distributed @mrshenli @pritamdamania87 @zhaojuanmao