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.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dmlc-core
updated
24 files
+14 −3 | .github/workflows/githubci.yml | |
+17 −1 | CMakeLists.txt | |
+2 −0 | cmake/build_config.h.in | |
+1 −8 | doc/Doxyfile | |
+10 −8 | include/dmlc/base.h | |
+9 −3 | include/dmlc/build_config_default.h | |
+1 −1 | include/dmlc/json.h | |
+160 −15 | include/dmlc/optional.h | |
+2 −2 | include/dmlc/parameter.h | |
+11 −0 | scripts/conda_env.yml | |
+7 −6 | scripts/lint.py | |
+15 −11 | scripts/test_script.sh | |
+25 −0 | src/data.cc | |
+183 −0 | src/data/parquet_parser.h | |
+1 −1 | src/data/text_parser.h | |
+2 −1 | test/.gitignore | |
+0 −2 | test/dmlc_test.mk | |
+0 −13 | test/unittest/dmlc_unittest.mk | |
+52 −0 | test/unittest/unittest_optional.cc | |
+120 −0 | test/unittest/unittest_parquet_parser.cc | |
+3 −2 | test/unittest/unittest_threaditer.cc | |
+6 −0 | test/unittest/unittest_threaditer.h | |
+2 −9 | test/unittest/unittest_threaditer_exc_handling.cc | |
+1 −1 | tracker/dmlc_tracker/sge.py |