forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
28 lines (25 loc) · 1.18 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
# This is a comment.
# Each line is a file pattern followed by one or more owners.
/docs/cpp @goldsborough @ebetica @yf225
/torch/csrc/api/ @ebetica @goldsborough @yf225
/test/cpp/api/ @ebetica @goldsborough @yf225
/torch/lib/c10d/ @pietern @mrshenli @zhaojuanmao
/torch/csrc/distributed/ @pietern @mrshenli @zhaojuanmao
/torch/distributed/ @apaszke @pietern @mrshenli @zhaojuanmao
/test/test_c10d.py @pietern @mrshenli @zhaojuanmao
/torch/utils/cpp_extension.py @goldsborough @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/api/data/ @apaszke
/torch/csrc/autograd/ @apaszke @albanD
/torch/csrc/jit/ @apaszke
/torch/nn/ @apaszke
/torch/autograd/ @apaszke @albanD
/torch/jit/ @apaszke
/torch/utils/data/ @apaszke
# Distributed RPC Framework.
/torch/csrc/distributed/rpc @mrshenli @pritamdamania87 @zhaojuanmao
/torch/csrc/distributed/autograd @mrshenli @pritamdamania87 @zhaojuanmao
/torch/distributed/rpc @mrshenli @pritamdamania87 @zhaojuanmao
/torch/distributed/autograd @mrshenli @pritamdamania87 @zhaojuanmao
/torch/distributed/optim @mrshenli @pritamdamania87 @zhaojuanmao @aazzolini