forked from NervanaSystems/ngraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
71 lines (60 loc) · 3.04 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
# Remember that the last applicable rule for any given file is the only one
# that applies.
# Default rule: @diyessi gets everything.
* @diyessi
/cmake/ @silee2 @aslepko
/.ci/ @aslepko
/.ci/travis/ @aslepko @postrational
/.ci/onnx/ @aslepko @postrational
/contrib/docker/ @aslepko
/.travis.yml @aslepko @postrational
/.clang-format @rkimballn1
/.gitattributes @rkimballn1
/.gitignore @rkimballn1
/VERSION.in @rkimballn1 @silee2
/doc/ @indie
/doc/examples/mnist_mlp/dist_* @wenzhe-nrv @indie
/doc/*/*/frameworks/tensorflow_connect.rst @shresthamalik @avijit-nervana @sayantan-nervana
/doc/*/*/backends/plaidml-ng-api/ @flaub @brianretford @dgkutnic
/doc/*/*/inspection/ @diyessi
/doc/examples/onnx/ @arogowie-intel @tsocha
/README.md @indie
project/introduction.rst @adstraw
project/governance.rst @adstraw
/changes.md @indie @diyessi
project/doc-contributor-README.rst @indie
/licenses/ @diyessi @raramer01 @aslepko
/LICENSE @diyessi @raramer01 @aslepko
/python/ @postrational
/src/resource/ @rkimballn1
/src/tools/ @rkimballn1
/src/ngraph/autodiff/ @diyessi
/src/ngraph/builder/ @mbrookhart
/src/ngraph/codegen/ @rkimballn1
/src/ngraph/distributed.* @wenzhe-nrv @diyessi
/src/ngraph/frontend/fluid/ @silee2
/src/ngraph/frontend/onnxifi/ @postrational
/src/ngraph/frontend/onnx_import/ @postrational
/src/ngraph/op/ @diyessi
/src/ngraph/op/allreduce.*pp @wenzhe-nrv @diyessi
/src/ngraph/op/experimental/layers @ilyachur
/src/ngraph/pass/ @diyessi
/src/ngraph/pattern/ @diyessi
/src/ngraph/runtime/ @rkimballn1
/src/ngraph/runtime/cpu/ @jbobba
/src/contrib/mlir/ @nmostafa @dcaballe
/src/ngraph/runtime/cpu/builder/allreduce.*pp @wenzhe-nrv @jbobba
/src/ngraph/runtime/dynamic/ @diyessi
/src/ngraph/runtime/intelgpu/ @dmyershov
/src/ngraph/runtime/interpreter/ @rkimballn1
/src/ngraph/runtime/plaidml/ @earhart @dgkutnic
/src/ngraph/runtime/reference/ @diyessi
/src/ngraph/runtime/reference/allreduce.*pp @wenzhe-nrv @diyessi
/src/ngraph/type/ @diyessi
/src/ngraph/serializer.*pp @rkimballn1
/test/backend/distributed.in.cpp @wenzhe-nrv @diyessi @jianyinglang
/test/mlir/ @nmostafa @dcaballe
# Putting this last so it's not overridden by directory rules
CMakeLists.txt @silee2
# Putting this last to make sure nothing else overrides.
/CODEOWNERS @diyessi