-
-
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
e124041
commit 74e260a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule rabit
updated
20 files
+0 −1 | .gitignore | |
+4 −4 | CMakeLists.txt | |
+1 −1 | Makefile | |
+50 −44 | include/dmlc/base.h | |
+2 −1 | include/dmlc/io.h | |
+0 −327 | include/dmlc/logging.h | |
+0 −1 | include/dmlc/serializer.h | |
+6 −6 | include/dmlc/type_traits.h | |
+2 −2 | include/rabit/c_api.h | |
+3 −3 | include/rabit/internal/rabit-inl.h | |
+8 −8 | include/rabit/internal/timer.h | |
+13 −10 | include/rabit/internal/utils.h | |
+5 −5 | include/rabit/rabit.h | |
+1 −1 | include/rabit/serializable.h | |
+3 −3 | src/allreduce_base.cc | |
+1 −1 | src/allreduce_base.h | |
+3 −3 | src/allreduce_robust.cc | |
+2 −2 | src/engine.cc | |
+16 −13 | src/socket.h | |
+5 −5 | src/thread_local.h |