-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dmlc-core to the latest commit (#3716)
This includes changes to build TVM runtime for Hexagon.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dmlc-core
updated
26 files
+9 −0 | .travis.yml | |
+4 −2 | CMakeLists.txt | |
+4 −0 | README.md | |
+1 −1 | cmake/build_config.h.in | |
+1 −1 | cmake/gtest_cmake.in | |
+4 −0 | include/dmlc/base.h | |
+5 −5 | include/dmlc/build_config_default.h | |
+5 −0 | include/dmlc/common.h | |
+7 −6 | include/dmlc/endian.h | |
+2 −2 | include/dmlc/logging.h | |
+8 −3 | include/dmlc/threadediter.h | |
+1 −0 | include/dmlc/type_traits.h | |
+6 −6 | scripts/packages.mk | |
+28 −0 | scripts/travis/s390x/Dockerfile | |
+9 −0 | scripts/travis/s390x/build_via_cmake.sh | |
+86 −0 | scripts/travis/s390x/ci_build.sh | |
+43 −0 | scripts/travis/s390x/entrypoint.sh | |
+12 −1 | scripts/travis/travis_script.sh | |
+4 −4 | src/config.cc | |
+1 −1 | test/unittest/CMakeLists.txt | |
+9 −0 | test/unittest/unittest_inputsplit.cc | |
+23 −0 | test/unittest/unittest_serializer.cc | |
+0 −2 | test/unittest/unittest_thread_group.cc | |
+75 −6 | test/unittest/unittest_threaditer_exc_handling.cc | |
+1 −1 | tracker/dmlc_tracker/kubernetes.py | |
+1 −1 | tracker/dmlc_tracker/mpi.py |