forked from apache/mxnet
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from jens-mueller-sociomantic/merge-1.3.1
Merge stable 1.3.1 release of MXNet
- Loading branch information
Showing
1,324 changed files
with
98,365 additions
and
25,364 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Codecov.io configuration file | ||
codecov: | ||
notify: | ||
require_ci_to_pass: yes | ||
|
||
coverage: | ||
precision: 2 | ||
round: down | ||
range: "70...100" | ||
|
||
status: | ||
project: yes | ||
patch: yes | ||
changes: no | ||
|
||
parsers: | ||
gcov: | ||
branch_detection: | ||
conditional: yes | ||
loop: yes | ||
method: no | ||
macro: no | ||
|
||
# Disable comments for now to gather data in the background | ||
comment: false | ||
# layout: "header, diff" | ||
# behavior: default | ||
# require_changes: no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule dmlc-core
updated
45 files
Submodule mkldnn
updated
from f5218f to 0e7ca7
Submodule mshadow
updated
6 files
+3 −1 | .travis.yml | |
+53 −1 | mshadow/base.h | |
+75 −0 | mshadow/dot_engine-inl.h | |
+1 −1 | mshadow/packet-inl.h | |
+3 −3 | mshadow/tensor_cpu-inl.h | |
+1 −1 | scripts/travis_script.sh |
Submodule nnvm
deleted from
2bc514
Submodule onnx-tensorrt
added at
3d8ee0
Submodule ps-lite
updated
10 files
+4 −1 | include/ps/internal/env.h | |
+2 −0 | include/ps/internal/postoffice.h | |
+12 −0 | src/postoffice.cc | |
+12 −2 | src/van.cc | |
+3 −4 | src/zmq_van.h | |
+3 −3 | tests/local_multi_workers.sh | |
+2 −0 | tests/repeat.sh | |
+5 −3 | tests/test_kv_app.cc | |
+8 −5 | tests/test_kv_app_multi_workers.cc | |
+1 −1 | tests/test_simple_app.cc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.