mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Summary: Cleans up the CODEOWNERS file to reflect current team Pull Request resolved: https://github.com/pytorch/pytorch/pull/69395 Test Plan: yeah_sandcastle Reviewed By: anjali411 Differential Revision: D32885237 Pulled By: seemethere fbshipit-source-id: a465f2cd0e27d5e53f5af5769d1cad47ec5348e7
59 lines
2.2 KiB
Plaintext
59 lines
2.2 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
|
|
/torch/optim/ @albanD
|
|
/test/test_public_bindings.py @albanD
|
|
/docs/source/conf.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 @mingzhe09088 @H-Huang @bowangbj
|
|
/torch/distributed/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 @H-Huang @bowangbj
|
|
/torch/nn/parallel/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 @H-Huang @bowangbj
|
|
|
|
# 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 @bowangbj
|
|
/torch/testing/_internal/distributed @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @H-Huang @bowangbj
|
|
|
|
# ONNX Export
|
|
/torch/csrc/jit/passes/onnx.h @bowenbao @shubhambhokare1
|
|
/torch/csrc/jit/passes/onnx.cpp @bowenbao @shubhambhokare1
|
|
/torch/csrc/jit/passes/onnx/ @bowenbao @shubhambhokare1
|
|
/torch/onnx/ @bowenbao @shubhambhokare1
|
|
/test/onnx/ @bowenbao @shubhambhokare1
|
|
|
|
# Docker
|
|
/.circleci/docker/ @jeffdaily @jithunnair-amd
|
|
|
|
# Github Actions
|
|
# This list is for people wanting to be notified every time there's a change
|
|
# related to Github Actions
|
|
/.github/ @seemethere @janeyx99 @atalman
|
|
|
|
# Parametrizations
|
|
/torch/nn/utils/parametriz*.py @lezcano
|
|
|
|
# torch.linalg
|
|
# docs
|
|
/torch/linalg/ @lezcano @IvanYashchuk
|
|
# code
|
|
/aten/src/ATen/native/**/*LinearAlgebra* @lezcano @nikitaved @IvanYashchuk
|
|
# tests
|
|
/test/test_linalg.py @lezcano @nikitaved @IvanYashchuk
|