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
Shen Li 6d6380fd4e Update CODEOWNERS for distributed and rpc modules
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/29988

Test Plan: Imported from OSS

Differential Revision: D18576548

Pulled By: mrshenli

fbshipit-source-id: 1170b6970727c9698b6fdbf0c40fc317d17ea8ea
2019-11-18 12:45:52 -08:00

28 lines
1.1 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