Files
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: 14: incorrect codeowner user: albanD Line: 14: incorrect codeowner user: jbschlosser Line: 14: no users/groups matched Line: 15: incorrect codeowner user: albanD Line: 15: no users/groups matched Line: 16: incorrect codeowner user: ezyang Line: 16: no users/groups matched Line: 19: incorrect codeowner user: jiayisuse Line: 19: incorrect codeowner user: osalpekar Line: 19: incorrect codeowner user: lw Line: 19: incorrect codeowner user: beauby Line: 19: 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: 25: incorrect codeowner user: mrshenli Line: 25: incorrect codeowner user: zhaojuanmao Line: 25: incorrect codeowner user: pritamdamania87 Line: 25: incorrect codeowner user: rohan-varma Line: 25: incorrect codeowner user: SciPioneer Line: 25: incorrect codeowner user: mingzhe09088 Line: 25: incorrect codeowner user: H-Huang Line: 25: no users/groups matched 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: SciPioneer Line: 26: incorrect codeowner user: mingzhe09088 Line: 26: incorrect codeowner user: H-Huang Line: 26: no users/groups matched 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: SciPioneer Line: 27: incorrect codeowner user: mingzhe09088 Line: 27: incorrect codeowner user: H-Huang Line: 27: no users/groups matched 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: SciPioneer Line: 28: incorrect codeowner user: mingzhe09088 Line: 28: incorrect codeowner user: H-Huang 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: incorrect codeowner user: SciPioneer Line: 33: incorrect codeowner user: H-Huang 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: incorrect codeowner user: SciPioneer Line: 34: incorrect codeowner user: H-Huang Line: 34: no users/groups matched Line: 37: incorrect codeowner user: bowenbao Line: 37: incorrect codeowner user: neginraoof Line: 37: incorrect codeowner user: spandantiwari Line: 37: no users/groups matched Line: 38: incorrect codeowner user: bowenbao Line: 38: incorrect codeowner user: neginraoof Line: 38: incorrect codeowner user: spandantiwari Line: 38: no users/groups matched Line: 39: incorrect codeowner user: bowenbao Line: 39: incorrect codeowner user: neginraoof Line: 39: incorrect codeowner user: spandantiwari Line: 39: no users/groups matched Line: 40: incorrect codeowner user: bowenbao Line: 40: incorrect codeowner user: neginraoof Line: 40: incorrect codeowner user: spandantiwari Line: 40: no users/groups matched Line: 41: incorrect codeowner user: bowenbao Line: 41: incorrect codeowner user: neginraoof Line: 41: incorrect codeowner user: spandantiwari Line: 41: no users/groups matched
Edward Yang 70dd2a2bdd Add myself on all native_functions.yaml code reviews (#54595)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/54595

Seeing a lot of misuse of DefaultBackend, want to try to
nip some of these in code review.

Signed-off-by: Edward Z. Yang <ezyang@fb.com>

Test Plan: Imported from OSS

Reviewed By: ailzhang

Differential Revision: D27301721

Pulled By: ezyang

fbshipit-source-id: 1a39426cb6cac5c7f322df6f8a69ccb463f1b258
2021-03-26 10:51:40 -07:00

42 lines
1.9 KiB
Plaintext

# 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
/torch/nn/ @albanD @jbschlosser
/test/test_public_bindings.py @albanD
/aten/src/ATen/native/native_functions.yaml @ezyang
# 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 @SciPioneer @mingzhe09088 @H-Huang
/torch/csrc/distributed/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @SciPioneer @mingzhe09088 @H-Huang
/torch/distributed/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @SciPioneer @mingzhe09088 @H-Huang
/torch/nn/parallel/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @SciPioneer @mingzhe09088 @H-Huang
# 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 @SciPioneer @H-Huang
/torch/testing/_internal/distributed @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @SciPioneer @H-Huang
# ONNX Export
/torch/csrc/jit/passes/onnx.h @bowenbao @neginraoof @spandantiwari
/torch/csrc/jit/passes/onnx.cpp @bowenbao @neginraoof @spandantiwari
/torch/csrc/jit/passes/onnx/ @bowenbao @neginraoof @spandantiwari
/torch/onnx/ @bowenbao @neginraoof @spandantiwari
/test/onnx/ @bowenbao @neginraoof @spandantiwari