mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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
42 lines
1.9 KiB
Plaintext
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
|