forked from apache/mxnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
74 lines (61 loc) · 2.25 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
# Watchers and contributors to Apache MXNet repo directories/packages/files
# Please see documentation of use of CODEOWNERS file at
# https://help.github.com/articles/about-codeowners/ and
# https://github.com/blog/2392-introducing-code-owners
#
# Anybody can add themselves or a team as additional watcher or contributor
# to get notified about changes in a specific package.
# See https://help.github.com/articles/about-teams how to setup teams.
# Global owners
* @apache/mxnet-committers
# Language bindings
/R-package/ @thirdwing
/scala-package/ @yzhliu @nswamy @pllarroy
/perl-package/ @sergeykolychev
/python/ @szha @pllarroy
/python/mxnet/kvstore.py @eric-haibin-lin
/python/mxnet/optimizer/ @eric-haibin-lin
/python/mxnet/gluon/trainer.py @eric-haibin-lin
/contrib/clojure-package/ @gigasquid
/julia/ @iblis17
# C++ base
/src/kvstore/ @rahul003 @anirudh2290 @eric-haibin-lin
/include/ @anirudh2290 @pllarroy @eric-haibin-lin
/src/c_api/ @anirudh2290 @eric-haibin-lin
/src/common/ @anirudh2290
/src/engine/ @anirudh2290 @eric-haibin-lin
/src/executor/ @anirudh2290 @eric-haibin-lin
/src/imperative/ @anirudh2290 @eric-haibin-lin
/src/io/ @anirudh2290 @eric-haibin-lin
/src/ndarray/ @anirudh2290 @eric-haibin-lin
/src/nnvm/ @anirudh2290 @eric-haibin-lin
/src/operator/ @anirudh2290 @eric-haibin-lin
/src/profiler/ @anirudh2290 @eric-haibin-lin
/src/storage/ @anirudh2290 @eric-haibin-lin
/tests/cpp/ @anirudh2290
/cpp-package/ @nswamy @pllarroy
/src/ @pllarroy
/plugin/ @pllarroy
# CMake
CMakeLists.txt @szha @rahul003 @pllarroy
/cmake/ @szha @rahul003 @pllarroy
# MXNet CI
dev_menu.py @pllarroy
/ci/ @pllarroy
/tests/ci_build/ @marcoabreu
Jenkinsfile @marcoabreu
.travis.yml @marcoabreu
appveyor.yml @marcoabreu
# Build logic
Makefile @szha
prepare_mkl.sh @szha
# Docs
/docs/ @szha @pllarroy
# Submodules
.gitmodules @szha
# Examples
/example/ @szha @pllarroy
# Tools
/tools/ @szha @pllarroy
# Github templates
/.github/ @szha