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: 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: 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
Pritam Damania 913323750d CODEOWNERS for distributed optimizer. (#31403)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/31403

ghstack-source-id: 95874532

Test Plan: waitforbuildbot

Differential Revision: D19154217

fbshipit-source-id: a18ebe646b97c83cc0eb0821b10b4c76d5ce2878
2019-12-18 09:25:35 -08:00

29 lines
1.2 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 stricly 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
/torch/csrc/jit/ @apaszke
/torch/nn/ @apaszke
/torch/autograd/ @apaszke
/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