This is an automated email from the ASF dual-hosted git repository.

cjolivier01 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a7b18f  Add C++ modules to CODEOWNERS (#9786)
8a7b18f is described below

commit 8a7b18ff2859abdac5fa60bac6bff60060689e8f
Author: Chris Olivier <cjolivie...@gmail.com>
AuthorDate: Tue Feb 13 10:09:32 2018 -0800

    Add C++ modules to CODEOWNERS (#9786)
---
 CODEOWNERS | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/CODEOWNERS b/CODEOWNERS
index c959c1e..07ac360 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -17,6 +17,22 @@
 /perl-package/    @sergeykolychev
 /python/          @szha
 
+# C++ base, broken down into components
+/include/         @cjolivier01
+/src/c_api/       @cjolivier01
+/src/common/      @cjolivier01
+/src/engine/      @cjolivier01
+/src/executor/    @cjolivier01
+/src/imperative/  @cjolivier01
+/src/io/          @cjolivier01
+/src/kvstore/     @cjolivier01
+/src/ndarray/     @cjolivier01
+/src/nnvm/        @cjolivier01
+/src/operator/    @cjolivier01
+/src/profiler/    @cjolivier01
+/src/storage/     @cjolivier01
+/tests/cpp/       @cjolivier01
+
 # CMake
 CMakeLists.txt    @cjolivier01 @szha
 /cmake/           @cjolivier01 @szha

-- 
To stop receiving notification emails like this one, please contact
cjolivie...@apache.org.

Reply via email to