forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update HalideIR and dmlc-core to the latest (apache#2809)
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule dmlc-core
updated
30 files
+7 −0 | .travis.yml | |
+32 −5 | CMakeLists.txt | |
+5 −0 | cmake/dmlc-config.cmake.in | |
+16 −0 | doc/build.md | |
+1 −0 | doc/index.md | |
+1 −0 | include/dmlc/concurrency.h | |
+8 −1 | include/dmlc/endian.h | |
+2 −31 | include/dmlc/filesystem.h | |
+113 −0 | include/dmlc/io.h | |
+1 −0 | include/dmlc/json.h | |
+9 −3 | include/dmlc/logging.h | |
+2 −0 | include/dmlc/memory.h | |
+1 −1 | include/dmlc/optional.h | |
+1 −1 | include/dmlc/parameter.h | |
+58 −8 | include/dmlc/strtonum.h | |
+2 −0 | include/dmlc/thread_group.h | |
+0 −8 | scripts/travis/travis_osx_install.sh | |
+0 −1 | src/io.cc | |
+1 −1 | src/io/azure_filesys.h | |
+32 −2 | src/io/filesys.cc | |
+0 −128 | src/io/filesys.h | |
+2 −1 | src/io/hdfs_filesys.h | |
+1 −1 | src/io/input_split_base.h | |
+1 −1 | src/io/local_filesys.h | |
+4 −2 | src/io/s3_filesys.cc | |
+1 −1 | src/io/s3_filesys.h | |
+0 −1 | src/io/uri_spec.h | |
+1 −1 | test/filesys_test.cc | |
+35 −0 | test/unittest/unittest_param.cc | |
+18 −4 | tracker/dmlc_tracker/local.py |