mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
@pytorch/pytorch-dev-infra should be a codeowner, to my understanding. Trigger for this: we should get tagged on XLA PRs. Pull Request resolved: https://github.com/pytorch/pytorch/pull/78134 Approved by: https://github.com/osalpekar, https://github.com/seemethere
76 lines
2.9 KiB
Plaintext
76 lines
2.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
|
|
/torch/optim/ @albanD
|
|
/test/test_public_bindings.py @albanD
|
|
/test/allowlist_for_publicAPI.json @albanD @anjali411
|
|
/docs/source/conf.py @albanD
|
|
/aten/src/ATen/native/native_functions.yaml @bdhirsh
|
|
/aten/src/ATen/native/tags.yaml @anjali411
|
|
|
|
# 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 @awgu
|
|
/torch/distributed/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 @H-Huang @awgu
|
|
/torch/nn/parallel/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 @H-Huang @awgu
|
|
|
|
# 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 @awgu
|
|
/torch/testing/_internal/distributed @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @H-Huang @awgu
|
|
|
|
# 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
|
|
|
|
# Github Actions
|
|
# This list is for people wanting to be notified every time there's a change
|
|
# related to Github Actions
|
|
/.github/ @pytorch/pytorch-dev-infra
|
|
|
|
# Custom Test Infrastructure
|
|
/test/run_test.py @pytorch/pytorch-dev-infra
|
|
/torch/testing/_internal/common_device_type.py @mruberry
|
|
/torch/testing/_internal/common_utils.py @pytorch/pytorch-dev-infra
|
|
|
|
# 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
|
|
|
|
# OpInfo-related files
|
|
/torch/testing/_internal/common_methods_invocations.py @mruberry @ngimel
|
|
/torch/testing/_internal/common_device_type.py @mruberry @ngimel
|
|
test/test_ops.py @mruberry @ngimel
|
|
test/test_ops_gradients.py @mruberry @ngimel
|
|
test/test_unary_ufuncs.py @mruberry @ngimel
|
|
test/test_binary_ufuncs.py @mruberry @ngimel
|
|
test/test_reductions.py @mruberry @ngimel
|
|
test/test_type_promotion.py @mruberry @ngimel
|