pytorch/CODEOWNERS
Line: 4: incorrect codeowner user: glaringlee Line: 4: no users/groups matched Line: 5: incorrect codeowner user: glaringlee Line: 5: no users/groups matched Line: 6: incorrect codeowner user: glaringlee Line: 6: no users/groups matched 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: albanD Line: 11: incorrect codeowner user: soulitzer Line: 11: no users/groups matched Line: 12: incorrect codeowner user: albanD Line: 12: incorrect codeowner user: soulitzer Line: 12: no users/groups matched Line: 13: incorrect codeowner user: albanD Line: 13: incorrect codeowner user: soulitzer Line: 13: no users/groups matched Line: 16: incorrect codeowner user: jiayisuse Line: 16: incorrect codeowner user: osalpekar Line: 16: incorrect codeowner user: lw Line: 16: incorrect codeowner user: beauby Line: 16: no users/groups matched Line: 17: incorrect codeowner user: jiayisuse Line: 17: incorrect codeowner user: osalpekar Line: 17: incorrect codeowner user: lw Line: 17: incorrect codeowner user: beauby Line: 17: no users/groups matched Line: 22: incorrect codeowner user: mrshenli Line: 22: incorrect codeowner user: zhaojuanmao Line: 22: incorrect codeowner user: pritamdamania87 Line: 22: incorrect codeowner user: rohan-varma Line: 22: incorrect codeowner user: mingzhe09088 Line: 22: no users/groups matched Line: 23: incorrect codeowner user: mrshenli Line: 23: incorrect codeowner user: zhaojuanmao Line: 23: incorrect codeowner user: pritamdamania87 Line: 23: incorrect codeowner user: rohan-varma Line: 23: incorrect codeowner user: mingzhe09088 Line: 23: no users/groups matched Line: 24: incorrect codeowner user: mrshenli Line: 24: incorrect codeowner user: zhaojuanmao Line: 24: incorrect codeowner user: pritamdamania87 Line: 24: incorrect codeowner user: rohan-varma Line: 24: incorrect codeowner user: mingzhe09088 Line: 24: no users/groups matched Line: 29: incorrect codeowner user: mrshenli Line: 29: incorrect codeowner user: pritamdamania87 Line: 29: incorrect codeowner user: zhaojuanmao Line: 29: incorrect codeowner user: rohan-varma Line: 29: no users/groups matched Line: 30: incorrect codeowner user: mrshenli Line: 30: incorrect codeowner user: pritamdamania87 Line: 30: incorrect codeowner user: zhaojuanmao Line: 30: incorrect codeowner user: rohan-varma Line: 30: no users/groups matched
Jeffrey Wan 105c3d2196 Update CODEOWNERS (#51726)
Summary:
add myself and alban to folders

Pull Request resolved: https://github.com/pytorch/pytorch/pull/51726

Reviewed By: albanD

Differential Revision: D26254528

Pulled By: soulitzer

fbshipit-source-id: 91477dda3ff81014dbadd3a93f5f511ac3da81e0
2021-02-05 09:01:18 -08:00

30 lines
1.3 KiB
Text

# This is a comment.
# Each line is a file pattern followed by one or more owners.
/docs/cpp @glaringlee
/torch/csrc/api/ @glaringlee
/test/cpp/api/ @glaringlee
/torch/utils/cpp_extension.py @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/autograd/ @albanD @soulitzer
/torch/autograd/ @albanD @soulitzer
/tools/autograd/ @albanD @soulitzer
# 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/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088
/torch/csrc/distributed/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088
/torch/distributed/ @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