mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
After adding support for labeler, we don't need CODEOWNERS. This change will cause the distributed team members previously listed in CODEOWNERS to stop being auto-added as reviewers on PRs touching these files. The preceding PR adds labeler support for these same sets of files, and contains instructions for adding yourself to be cc'd for that label. It is preferable to be auto-cc'd rather than auto-tagged as reviewer, so that there is more signal in the reviewers list (either someone opted in which shows the PR author someone is likely looking at it, or the PR author added someone specifically which is a stronger notification to the tagged reviewer than the blanket CODEOWNERS behavior. Pull Request resolved: https://github.com/pytorch/pytorch/pull/112813 Approved by: https://github.com/wanchaol, https://github.com/fduwjj
119 lines
4.3 KiB
Plaintext
119 lines
4.3 KiB
Plaintext
# IMPORTANT:
|
|
# This file is ONLY used to subscribe for notifications for PRs
|
|
# related to a specific file path. Approvals from people in this
|
|
# file are not required for merges.
|
|
|
|
# This is a comment.
|
|
# Each line is a file pattern followed by one or more owners.
|
|
# For module labels => owners mapping, please see https://github.com/pytorch/pytorch/issues/24422.
|
|
|
|
/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 @mikaylagawarecki
|
|
/torch/optim/ @albanD @janeyx99
|
|
/test/test_public_bindings.py @albanD
|
|
/test/allowlist_for_publicAPI.json @albanD
|
|
/docs/source/conf.py @albanD
|
|
/aten/src/ATen/native/tags.yaml @ezyang
|
|
|
|
# Architecture Optimization (quantization, sparsity, etc.)
|
|
/aten/src/ATen/native/ao_sparse @salilsdesai @kimishpatel @digantdesai @jianyuh
|
|
/aten/src/ATen/native/quantized @jerryzh168 @salilsdesai @kimishpatel @digantdesai @jianyuh
|
|
/aten/src/ATen/native/quantized/cpu @jerryzh168 @salilsdesai @kimishpatel @digantdesai @jianyuh
|
|
/aten/src/ATen/native/quantized/cuda @jerryzh168
|
|
/aten/src/ATen/native/quantized/cudnn @jerryzh168
|
|
/test/test_quantization.py @jerryzh168
|
|
/test/ao/ @jerryzh168 @hdcharles
|
|
/test/quantization/ @jerryzh168
|
|
/torch/quantization/ @jerryzh168
|
|
ao/sparisty/ @hdcharles
|
|
ao/quantization/ @jerryzh168
|
|
nn/intrinsic/ @jerryzh168
|
|
nn/quantized/ @jerryzh168
|
|
nn/quantizable/ @jerryzh168
|
|
nn/qat/ @jerryzh168
|
|
|
|
# Tensorpipe RPC Agent.
|
|
/torch/csrc/distributed/rpc/tensorpipe_agent.cpp @jiayisuse @osalpekar @lw
|
|
/torch/csrc/distributed/rpc/tensorpipe_agent.h @jiayisuse @osalpekar @lw
|
|
|
|
# ONNX Export
|
|
/torch/_dynamo/backends/onnxrt.py @bowenbao @abock @thiagocrepaldi @wschin
|
|
/torch/csrc/jit/passes/onnx.h @bowenbao @abock @thiagocrepaldi
|
|
/torch/csrc/jit/passes/onnx.cpp @bowenbao @abock @thiagocrepaldi
|
|
/torch/csrc/jit/passes/onnx/ @bowenbao @abock @thiagocrepaldi
|
|
/torch/onnx/ @bowenbao @abock @thiagocrepaldi @wschin
|
|
/test/onnx/ @bowenbao @abock @thiagocrepaldi @wschin
|
|
|
|
# Docker
|
|
/.ci/docker/ @jeffdaily
|
|
/.ci/docker/ci_commit_pins/triton.txt @desertfire @Chillee @eellison @shunting314 @ngimel @bertmaher @jeffdaily @jataylo @jithunnair-amd @pruthvistony
|
|
|
|
# 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 @soulitzer
|
|
test/test_ops_fwd_gradients.py @mruberry @ngimel @soulitzer
|
|
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
|
|
|
|
# functorch-related things
|
|
# This list is for people wanting to be notified every time there's a change
|
|
# Useful for e.g. auditing xfails that other folks add to tests
|
|
test/functorch/test_ops.py @zou3519 @chillee @kshitij12345
|
|
test/functorch/test_vmap.py @zou3519 @chillee @kshitij12345
|
|
|
|
# torch MPS
|
|
test/test_mps.py @kulinseth
|
|
aten/src/ATen/mps/ @kulinseth
|
|
aten/src/ATen/native/mps/ @kulinseth
|
|
|
|
# Profiler
|
|
torch/csrc/autograd/profiler* @aaronenyeshi
|
|
torch/autograd/profiler* @aaronenyeshi
|
|
torch/csrc/profiler/ @aaronenyeshi
|
|
torch/profiler/ @aaronenyeshi
|
|
|
|
# AOTDispatch tests
|
|
test/functorch/test_aotdispatch.py @ezyang @Chillee
|
|
|
|
# Dataloader
|
|
torch/utils/data/ @ejguan
|
|
|
|
# hipify
|
|
torch/utils/hipify/ @jeffdaily @jithunnair-amd
|
|
tools/amd_build/ @jeffdaily @jithunnair-amd
|
|
|
|
# torch.export
|
|
/torch/export/ @avikchaudhuri @gmagogsfm @tugsbayasgalan @zhxchen17
|
|
/torch/_export/ @avikchaudhuri @gmagogsfm @tugsbayasgalan @zhxchen17
|