-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCODEOWNERS
More file actions
21 lines (19 loc) · 765 Bytes
/
CODEOWNERS
File metadata and controls
21 lines (19 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
/torch/csrc/distributed/ @pietern @mrshenli
/torch/distributed/ @apaszke @pietern @mrshenli
/test/test_c10d.py @pietern @mrshenli
/torch/utils/cpp_extension.py @goldsborough @fmassa @soumith @ezyang
# Not there to stricly 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
/torch/csrc/jit/ @apaszke
/torch/nn/ @apaszke
/torch/autograd/ @apaszke
/torch/jit/ @apaszke
/torch/utils/data/ @apaszke