forked from apache/mxnet
-
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
+7 −0 | .editorconfig | |
+21 −20 | .travis.yml | |
+2 −5 | CMakeLists.txt | |
+0 −42 | cmake/Modules/FindCrypto.cmake | |
+1 −1 | include/dmlc/registry.h | |
+4 −3 | scripts/lint.py | |
+4 −2 | src/data.cc | |
+26 −2 | src/data/csv_parser.h | |
+53 −2 | src/data/libfm_parser.h | |
+49 −4 | src/data/libsvm_parser.h | |
+8 −2 | src/data/strtonum.h | |
+2 −1 | src/io/indexed_recordio_split.cc | |
+3 −0 | src/io/input_split_base.cc | |
+31 −19 | src/io/s3_filesys.cc | |
+1 −0 | src/io/s3_filesys.h | |
+2 −1 | test/strtonum_test.cc | |
+2 −1 | test/unittest/CMakeLists.txt | |
+6 −6 | test/unittest/unittest_optional.cc | |
+364 −0 | test/unittest/unittest_parser.cc | |
+1 −1 | tracker/dmlc_tracker/kubernetes.py | |
+2 −4 | tracker/dmlc_tracker/local.py | |
+5 −5 | tracker/dmlc_tracker/mpi.py | |
+3 −3 | tracker/dmlc_tracker/slurm.py | |
+7 −1 | tracker/dmlc_tracker/ssh.py |