2022-08-17 02:38:06 +08:00
|
|
|
# IMPORTANT:
|
2022-09-24 09:39:19 +08:00
|
|
|
# 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.
|
2022-08-17 02:38:06 +08:00
|
|
|
|
2018-04-05 01:18:00 +08:00
|
|
|
# This is a comment.
|
|
|
|
# Each line is a file pattern followed by one or more owners.
|
2022-08-11 00:31:28 +08:00
|
|
|
# For module labels => owners mapping, please see https://github.com/pytorch/pytorch/issues/24422.
|
2018-04-05 01:18:00 +08:00
|
|
|
|
2022-08-11 00:31:28 +08:00
|
|
|
/torch/utils/cpp_extension.py @fmassa @soumith @ezyang
|
2019-08-27 21:21:09 +08:00
|
|
|
|
2022-08-11 00:31:28 +08:00
|
|
|
# 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
|
2023-03-22 03:49:01 +08:00
|
|
|
/torch/nn/ @albanD @jbschlosser @mikaylagawarecki
|
2022-12-01 06:07:29 +08:00
|
|
|
/torch/optim/ @albanD @janeyx99
|
2022-08-11 00:31:28 +08:00
|
|
|
/test/test_public_bindings.py @albanD
|
2023-04-25 09:12:54 +08:00
|
|
|
/test/allowlist_for_publicAPI.json @albanD
|
2022-08-11 00:31:28 +08:00
|
|
|
/docs/source/conf.py @albanD
|
2023-04-25 09:12:54 +08:00
|
|
|
/aten/src/ATen/native/tags.yaml @ezyang
|
2019-11-14 15:40:35 +08:00
|
|
|
|
2022-09-02 06:40:31 +08:00
|
|
|
# Architecture Optimization (quantization, sparsity, etc.)
|
2023-06-27 03:29:29 +08:00
|
|
|
/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
|
2022-11-30 09:01:24 +08:00
|
|
|
/aten/src/ATen/native/quantized/cuda @jerryzh168
|
|
|
|
/aten/src/ATen/native/quantized/cudnn @jerryzh168
|
2022-09-02 06:40:31 +08:00
|
|
|
/test/test_quantization.py @jerryzh168
|
2023-06-27 03:29:29 +08:00
|
|
|
/test/ao/ @jerryzh168 @hdcharles
|
|
|
|
/test/quantization/ @jerryzh168
|
2022-10-01 07:41:34 +08:00
|
|
|
/torch/quantization/ @jerryzh168
|
2023-06-27 03:29:29 +08:00
|
|
|
ao/sparisty/ @hdcharles
|
2022-09-02 06:40:31 +08:00
|
|
|
ao/quantization/ @jerryzh168
|
2022-10-01 07:41:34 +08:00
|
|
|
nn/intrinsic/ @jerryzh168
|
|
|
|
nn/quantized/ @jerryzh168
|
2023-06-27 03:29:29 +08:00
|
|
|
nn/quantizable/ @jerryzh168
|
2022-10-01 07:41:34 +08:00
|
|
|
nn/qat/ @jerryzh168
|
2022-09-02 06:40:31 +08:00
|
|
|
|
2022-08-11 00:31:28 +08:00
|
|
|
# Tensorpipe RPC Agent.
|
2022-11-30 09:01:24 +08:00
|
|
|
/torch/csrc/distributed/rpc/tensorpipe_agent.cpp @jiayisuse @osalpekar @lw
|
|
|
|
/torch/csrc/distributed/rpc/tensorpipe_agent.h @jiayisuse @osalpekar @lw
|
2020-05-06 05:22:45 +08:00
|
|
|
|
2022-08-11 00:31:28 +08:00
|
|
|
# ONNX Export
|
2023-08-16 06:50:42 +08:00
|
|
|
/torch/_dynamo/backends/onnxrt.py @bowenbao @abock @thiagocrepaldi @wschin
|
2023-06-21 03:24:20 +08:00
|
|
|
/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
|
2023-08-16 06:50:42 +08:00
|
|
|
/torch/onnx/ @bowenbao @abock @thiagocrepaldi @wschin
|
|
|
|
/test/onnx/ @bowenbao @abock @thiagocrepaldi @wschin
|
2021-06-30 00:46:52 +08:00
|
|
|
|
2024-01-06 05:15:47 +08:00
|
|
|
# CI
|
|
|
|
/.ci @pytorch/pytorch-dev-infra
|
|
|
|
|
2022-08-11 00:31:28 +08:00
|
|
|
# Docker
|
2023-02-03 20:25:30 +08:00
|
|
|
/.ci/docker/ @jeffdaily
|
2023-12-06 10:50:50 +08:00
|
|
|
/.ci/docker/ci_commit_pins/triton.txt @desertfire @Chillee @eellison @shunting314 @bertmaher @jeffdaily @jataylo @jithunnair-amd @pruthvistony
|
2023-12-12 08:24:36 +08:00
|
|
|
/.ci/docker/ci_commit_pins/triton-rocm.txt @jeffdaily @jataylo @jithunnair-amd @pruthvistony
|
2021-07-16 00:37:23 +08:00
|
|
|
|
2022-08-11 00:31:28 +08:00
|
|
|
# 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
|
2021-07-27 21:49:07 +08:00
|
|
|
|
2022-08-11 00:31:28 +08:00
|
|
|
# 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
|
2022-02-01 06:02:58 +08:00
|
|
|
|
2022-08-11 00:31:28 +08:00
|
|
|
# Parametrizations
|
|
|
|
/torch/nn/utils/parametriz*.py @lezcano
|
2021-07-27 21:49:07 +08:00
|
|
|
|
2022-08-11 00:31:28 +08:00
|
|
|
# torch.linalg
|
|
|
|
# docs
|
|
|
|
/torch/linalg/ @lezcano @IvanYashchuk
|
|
|
|
# code
|
|
|
|
/aten/src/ATen/native/**/*LinearAlgebra* @lezcano @nikitaved @IvanYashchuk
|
|
|
|
# tests
|
|
|
|
/test/test_linalg.py @lezcano @nikitaved @IvanYashchuk
|
2022-04-18 10:11:49 +08:00
|
|
|
|
2022-08-11 00:31:28 +08:00
|
|
|
# OpInfo-related files
|
2023-12-06 10:50:50 +08:00
|
|
|
/torch/testing/_internal/common_methods_invocations.py @mruberry
|
|
|
|
/torch/testing/_internal/common_device_type.py @mruberry
|
|
|
|
test/test_ops.py @mruberry
|
|
|
|
test/test_ops_gradients.py @mruberry @soulitzer
|
|
|
|
test/test_ops_fwd_gradients.py @mruberry @soulitzer
|
|
|
|
test/test_unary_ufuncs.py @mruberry
|
|
|
|
test/test_binary_ufuncs.py @mruberry
|
|
|
|
test/test_reductions.py @mruberry
|
|
|
|
test/test_type_promotion.py @mruberry
|
2022-08-11 00:31:28 +08:00
|
|
|
|
2022-10-25 03:46:27 +08:00
|
|
|
# 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
|
2023-03-16 02:52:18 +08:00
|
|
|
test/functorch/test_ops.py @zou3519 @chillee @kshitij12345
|
|
|
|
test/functorch/test_vmap.py @zou3519 @chillee @kshitij12345
|
2022-10-25 03:46:27 +08:00
|
|
|
|
2022-08-11 00:31:28 +08:00
|
|
|
# torch MPS
|
2024-02-02 05:52:15 +08:00
|
|
|
test/test_mps.py @kulinseth @malfet
|
|
|
|
aten/src/ATen/mps/ @kulinseth @malfet
|
|
|
|
aten/src/ATen/native/mps/ @kulinseth @malfet
|
2022-08-11 00:31:28 +08:00
|
|
|
|
|
|
|
# Profiler
|
2023-06-27 03:29:29 +08:00
|
|
|
torch/csrc/autograd/profiler* @aaronenyeshi
|
|
|
|
torch/autograd/profiler* @aaronenyeshi
|
|
|
|
torch/csrc/profiler/ @aaronenyeshi
|
|
|
|
torch/profiler/ @aaronenyeshi
|
2022-10-25 07:40:19 +08:00
|
|
|
|
|
|
|
# AOTDispatch tests
|
|
|
|
test/functorch/test_aotdispatch.py @ezyang @Chillee
|
2023-03-29 04:15:12 +08:00
|
|
|
|
|
|
|
# Dataloader
|
2023-06-27 03:29:29 +08:00
|
|
|
torch/utils/data/ @ejguan
|
2023-07-15 03:51:31 +08:00
|
|
|
|
|
|
|
# hipify
|
|
|
|
torch/utils/hipify/ @jeffdaily @jithunnair-amd
|
|
|
|
tools/amd_build/ @jeffdaily @jithunnair-amd
|
2023-10-07 04:57:46 +08:00
|
|
|
|
2023-12-12 08:24:36 +08:00
|
|
|
# ROCm-specific files
|
|
|
|
aten/src/ATen/hip/ @jeffdaily @jithunnair-amd
|
|
|
|
aten/src/ATen/miopen/ @jeffdaily @jithunnair-amd
|
|
|
|
aten/src/ATen/native/miopen/ @jeffdaily @jithunnair-amd
|
|
|
|
c10/hip @jeffdaily @jithunnair-amd
|
|
|
|
caffe2/core/hip @jeffdaily @jithunnair-amd
|
|
|
|
caffe2/operators/hip @jeffdaily @jithunnair-amd
|
|
|
|
caffe2/operators/rnn/hip @jeffdaily @jithunnair-amd
|
|
|
|
caffe2/utils/hip @jeffdaily @jithunnair-amd
|
|
|
|
|
2023-10-07 04:57:46 +08:00
|
|
|
# torch.export
|
|
|
|
/torch/export/ @avikchaudhuri @gmagogsfm @tugsbayasgalan @zhxchen17
|
|
|
|
/torch/_export/ @avikchaudhuri @gmagogsfm @tugsbayasgalan @zhxchen17
|
2024-02-02 03:54:06 +08:00
|
|
|
|
|
|
|
# serialization-related files
|
|
|
|
/aten/src/ATen/MapAllocator* @mikaylagawarecki
|
|
|
|
/caffe2/serialize/ @mikaylagawarecki
|
|
|
|
/torch/serialization.py @mikaylagawarecki
|
|
|
|
/torch/storage.py @mikaylagawarecki
|
|
|
|
/torch/csrc/Storage* @mikaylagawarecki
|
|
|
|
# subscribing for PyTorchFileWriter/PyTorchFileReader changes
|
|
|
|
/torch/csrc/jit/python/init.cpp @mikaylagawarecki
|