forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dmlc-core
updated
19 files
+3 −4 | .github/workflows/githubci.yml | |
+1 −6 | CMakeLists.txt | |
+5 −1 | Makefile | |
+1 −1 | README.md | |
+5 −0 | appveyor.yml | |
+1 −1 | doc/Doxyfile | |
+2 −2 | doc/parameter.md | |
+4 −25 | include/dmlc/base.h | |
+50 −56 | include/dmlc/logging.h | |
+0 −1 | include/dmlc/omp.h | |
+33 −5 | include/dmlc/parameter.h | |
+3 −0 | make/config.mk | |
+15 −14 | scripts/s390x/Dockerfile | |
+2 −2 | scripts/test_script.sh | |
+6 −17 | src/io/hdfs_filesys.cc | |
+2 −41 | test/unittest/unittest_logging.cc | |
+11 −0 | test/unittest/unittest_logging_throw.cc | |
+11 −4 | test/unittest/unittest_param.cc | |
+8 −6 | test/unittest/unittest_thread_group.cc |