pytorch/CODEOWNERS
Line: 4: incorrect codeowner user: goldsborough Line: 4: incorrect codeowner user: ebetica Line: 4: incorrect codeowner user: yf225 Line: 4: incorrect codeowner user: glaringlee 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: incorrect codeowner user: glaringlee 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: incorrect codeowner user: glaringlee 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: incorrect codeowner user: mingzhe09088 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: incorrect codeowner user: mingzhe09088 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: incorrect codeowner user: mingzhe09088 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
lixinyu f06ea4bcac Add myself as owner of C++ APIs related folder (#46487)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/46487

Test Plan: Imported from OSS

Reviewed By: bdhirsh

Differential Revision: D24370164

Pulled By: glaringlee

fbshipit-source-id: 7b25b15eb906917376d2e5290782572a3cd48d3c
2020-10-19 09:16:02 -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 @glaringlee
/torch/csrc/api/ @ebetica @goldsborough @yf225 @glaringlee
/test/cpp/api/ @ebetica @goldsborough @yf225 @glaringlee
/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 @mingzhe09088
/torch/csrc/distributed/ @pietern @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088
/torch/distributed/ @apaszke @pietern @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088
# 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