mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/44763 The file had separate rules for RPC and DDP/c10d, consolidated all of it together and placed all the distributed rules together. ghstack-source-id: 112140871 Test Plan: waitforbuildbot Reviewed By: rohan-varma Differential Revision: D23721162 fbshipit-source-id: d41c757eb1615376d442bd6b2802909624bd1d3f
35 lines
1.5 KiB
Plaintext
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
|
|
/torch/csrc/api/ @ebetica @goldsborough @yf225
|
|
/test/cpp/api/ @ebetica @goldsborough @yf225
|
|
/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
|
|
/torch/csrc/distributed/ @pietern @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma
|
|
/torch/distributed/ @apaszke @pietern @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma
|
|
|
|
# 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
|