mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Summary: This folder contains the DDP python interface as well as several misc. communication files. Pull Request resolved: https://github.com/pytorch/pytorch/pull/54221 Reviewed By: agolynski Differential Revision: D27149068 Pulled By: rohan-varma fbshipit-source-id: 0c23ea9a0d1dfc2719a2008e182ea75f2058d7dc
41 lines
1.8 KiB
Plaintext
41 lines
1.8 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
|
|
|
|
# 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 @H-Huang
|
|
/torch/csrc/distributed/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 @H-Huang
|
|
/torch/distributed/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 @H-Huang
|
|
/torch/nn/parallel/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @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 @H-Huang
|
|
/torch/testing/_internal/distributed @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @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
|