mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/57130 Signed-off-by: Edward Z. Yang <ezyang@fb.com> Test Plan: Imported from OSS Reviewed By: mruberry Differential Revision: D28059800 Pulled By: ezyang fbshipit-source-id: dc8a28761acaf19bc5620912c016c67bdd3a4e5b
39 lines
1.9 KiB
Plaintext
39 lines
1.9 KiB
Plaintext
# This is a comment.
|
|
# Each line is a file pattern followed by one or more owners.
|
|
|
|
/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
|