-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d4ce9a
commit f26268c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule rabit
updated
19 files
+2 −0 | .gitignore | |
+3 −0 | .gitmodules | |
+12 −3 | .travis.yml | |
+6 −3 | CMakeLists.txt | |
+29 −16 | Makefile | |
+1 −0 | dmlc-core | |
+0 −4 | include/dmlc/README.md | |
+0 −283 | include/dmlc/base.h | |
+0 −424 | include/dmlc/io.h | |
+0 −382 | include/dmlc/serializer.h | |
+0 −171 | include/dmlc/type_traits.h | |
+1 −1 | include/rabit/serializable.h | |
+7 −5 | scripts/travis_runtest.sh | |
+11 −0 | scripts/travis_script.sh | |
+12 −6 | src/allreduce_robust.cc | |
+2 −2 | src/socket.h | |
+22 −5 | test/Makefile | |
+6 −7 | test/model_recover.cc | |
+7 −8 | test/test.mk |