forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
114 lines (102 loc) · 6.3 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# Core Maintainers
/** @soumith @gchanan @ezyang @dzhulgakov
# PyTorch -> ONNX
/.jenkins/caffe2/* @BowenBao @abock
/aten/src/ATen/core/interned_strings.h @BowenBao @abock
/docs/source/onnx.rst @BowenBao @abock
/docs/source/scripts/onnx/** @BowenBao @abock
/scripts/onnx/** @BowenBao @abock
/test/jit/test_export_modes.py @BowenBao @abock
/test/onnx/** @BowenBao @abock
/tools/onnx/** @BowenBao @abock
/torch/_C/__init__.pyi.in @BowenBao @abock
/torch/csrc/jit/passes/onnx.* @BowenBao @abock
/torch/csrc/jit/passes/onnx/** @BowenBao @abock
/torch/csrc/jit/serialization/export.* @BowenBao @abock
/torch/csrc/jit/serialization/onnx.* @BowenBao @abock
/torch/csrc/onnx/** @BowenBao @abock
/torch/onnx/** @BowenBao @abock
# NVIDIA
/test/test_jit_cuda_fuser.py @csarofeen @ngimel @jjsjann123 @ptrblck
/torch/csrc/jit/codegen/fuser/cuda/** @csarofeen @ngimel @jjsjann123 @ptrblck
/torch/csrc/jit/codegen/cuda/** @csarofeen @ngimel @jjsjann123 @ptrblck
/benchmarks/cpp/nvfuser/** @csarofeen @ngimel @jjsjann123 @ptrblck
# OSS CI
/.github/** @alband @dagitses @pytorch/pytorch-dev-infra
/.circleci/** @alband @dagitses @pytorch/pytorch-dev-infra
/.jenkins/** @alband @dagitses @pytorch/pytorch-dev-infra
/scripts/** @alband @dagitses @pytorch/pytorch-dev-infra
/tools/** @alband @dagitses @pytorch/pytorch-dev-infra
/.github/ci_commit_pins/* @alband @dagitses @pytorch/pytorch-dev-infra
# Documentation
/docs/** @svekars
/torch/*docs.py svekars
# Mobile
/ios/** @linbinyu @xta0 @IvanKobzarev @dreiss
/android/** @linbinyu @xta0 IvanKobzarev @dreiss
/test/mobile/** @linbinyu @xta0 IvanKobzarev @dreiss
# Linear Algebra
/aten/src/ATen/native/cuda/linalg/** @mruberry Lezcano @IvanYashchuk
/aten/src/ATen/LinalgBackend.h @mruberry Lezcano @IvanYashchuk
/aten/src/ATen/native/**LinearAlgebra* @mruberry Lezcano @IvanYashchuk
/docs/source/linalg.rst @mruberry Lezcano @IvanYashchuk
/torch/linalg/** @mruberry Lezcano @IvanYashchuk
/torch/_linalg_utils.py @mruberry Lezcano @IvanYashchuk
/torch/**python_linalg_functions.* @mruberry Lezcano @IvanYashchuk
/torch/**linalg.h @mruberry Lezcano @IvanYashchuk
/tools/autograd/templates/python_linalg_functions.cpp @mruberry Lezcano @IvanYashchuk
/test/test_linalg.py @mruberry Lezcano @IvanYashchuk
# FFT
/aten/src/ATen/native/cuda/*FFT*.h @mruberry @peterbell10
/aten/src/ATen/native/SpectralOps.cpp @mruberry @peterbell10
/aten/src/ATen/native/mkl/SpectralOps.cpp @mruberry @peterbell10
/aten/src/ATen/native/cuda/SpectralOps.* @mruberry @peterbell10
/docs/source/fft.rst @mruberry @peterbell10
/torch/fft/** @mruberry @peterbell10
/torch/csrc/api/include/torch/fft.h @mruberry @peterbell10
/torch/**python_fft_functions.* @mruberry @peterbell10
/tools/autograd/templates/python_fft_functions.cpp @mruberry @peterbell10
/test/cpp/api/fft.cpp @mruberry @peterbell10
# Sparse
/benchmarks/sparse @nikitaved @cpuhrsch @pearu @IvanYashchuk
/c10/util/sparse_bitset.h @nikitaved @cpuhrsch @pearu @IvanYashchuk
/docs/source/sparse.rst @nikitaved @cpuhrsch @pearu @IvanYashchuk
/torch/**sparse/** @nikitaved @cpuhrsch @pearu @IvanYashchuk
/torch/**sparse* @nikitaved @cpuhrsch @pearu @IvanYashchuk
/torch/optim/sparse* @nikitaved @cpuhrsch @pearu @IvanYashchuk
/torch/ao/nn/sparse/** @nikitaved @cpuhrsch @pearu @IvanYashchuk
/torch/utils/benchmark/**sparse* @nikitaved @cpuhrsch @pearu @IvanYashchuk
/aten/src/ATen/native/ao_sparse/** @nikitaved @cpuhrsch @pearu @IvanYashchuk
/aten/src/ATen/native/sparse/** @nikitaved @cpuhrsch @pearu @IvanYashchuk
/aten/src/ATen/**Sparse* @nikitaved @cpuhrsch @pearu @IvanYashchuk
/aten/src/ATen/*Sparse* @nikitaved @cpuhrsch @pearu @IvanYashchuk
/torch/_masked/** @nikitaved @cpuhrsch @pearu @IvanYashchuk
/test/*_masked* @nikitaved @cpuhrsch @pearu @IvanYashchuk
/test/**sparse*" @nikitaved @cpuhrsch @pearu @IvanYashchuk
# MPS
/test/test_mps.py @kulinseth @alband @malfet
/aten/src/ATen/native/native_functions.yaml @kulinseth @alband @malfet
/aten/src/ATen/mps/** @kulinseth @alband @malfet
/aten/src/ATen/native/mps/** @kulinseth @alband @malfet
# Distributions
/torch/distributions/** @fritzo @neerajprad @alicanb
/test/distributions/** @fritzo @neerajprad @alicanb
# Distributed
/docs/source/pipeline.rst @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @wanchaol @fduwjj @H-Huang @d4l3k @kiukchung @aazzolini @kwen2501
/docs/source/distributed* @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @wanchaol @fduwjj @H-Huang @d4l3k @kiukchung @aazzolini @kwen2501
/docs/source/rpc.rst @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @wanchaol @fduwjj @H-Huang @d4l3k @kiukchung @aazzolini @kwen2501
/docs/source/rpc/** @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @wanchaol @fduwjj @H-Huang @d4l3k @kiukchung @aazzolini @kwen2501
/docs/source/_static/img/rpc* @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @wanchaol @fduwjj @H-Huang @d4l3k @kiukchung @aazzolini @kwen2501
/docs/source/_static/img/*distributed* @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @wanchaol @fduwjj @H-Huang @d4l3k @kiukchung @aazzolini @kwen2501
/docs/source/elastic/** @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @wanchaol @fduwjj @H-Huang @d4l3k @kiukchung @aazzolini @kwen2501
benchmarks/distributed/** @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @wanchaol @fduwjj @H-Huang @d4l3k @kiukchung @aazzolini @kwen2501
/torch/distributed/** @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @wanchaol @fduwjj @H-Huang @d4l3k @kiukchung @aazzolini @kwen2501
/torch/nn/parallel/distributed* @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @wanchaol @fduwjj @H-Huang @d4l3k @kiukchung @aazzolini @kwen2501
/torch/_C/_distributed* @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @wanchaol @fduwjj @H-Huang @d4l3k @kiukchung @aazzolini @kwen2501
/torch/csrc/distributed/** @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @wanchaol @fduwjj @H-Huang @d4l3k @kiukchung @aazzolini @kwen2501
/torch/testing/_internal/distributed/** @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @wanchaol @fduwjj @H-Huang @d4l3k @kiukchung @aazzolini @kwen2501
/test/distributed/**
/test/cpp/dist_autograd/** @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @wanchaol @fduwjj @H-Huang @d4l3k @kiukchung @aazzolini @kwen2501
/test/cpp/rpc/** @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @wanchaol @fduwjj @H-Huang @d4l3k @kiukchung @aazzolini @kwen2501