mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Summary: Following up on https://github.com/pytorch/pytorch/pull/60658#issuecomment-870681027. Pull Request resolved: https://github.com/pytorch/pytorch/pull/60958 Reviewed By: 1ntEgr8 Differential Revision: D29460721 Pulled By: samestep fbshipit-source-id: 74badff6c4a17b3ff48dc2fc27d1faa9edeae097
40 lines
1.9 KiB
Text
40 lines
1.9 KiB
Text
# 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/csrc/distributed/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @SciPioneer @mingzhe09088 @H-Huang @cbalioglu
|
|
/torch/distributed/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @SciPioneer @mingzhe09088 @H-Huang @cbalioglu
|
|
/torch/nn/parallel/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @SciPioneer @mingzhe09088 @H-Huang @cbalioglu
|
|
|
|
# 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 @cbalioglu
|
|
/torch/testing/_internal/distributed @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @SciPioneer @H-Huang @cbalioglu
|
|
|
|
# ONNX Export
|
|
/torch/csrc/jit/passes/onnx.h @bowenbao @neginraoof @shubhambhokare1
|
|
/torch/csrc/jit/passes/onnx.cpp @bowenbao @neginraoof @shubhambhokare1
|
|
/torch/csrc/jit/passes/onnx/ @bowenbao @neginraoof @shubhambhokare1
|
|
/torch/onnx/ @bowenbao @neginraoof @shubhambhokare1
|
|
/test/onnx/ @bowenbao @neginraoof @shubhambhokare1
|
|
|
|
# Docker
|
|
/.circleci/docker/ @jeffdaily @jithunnair-amd
|