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.
[3rdparty] sync submodules (apache#3229)
- Loading branch information
1 parent
522105a
commit 982841e
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule dlpack
updated
4 files
+6 −3 | CMakeLists.txt | |
+2 −0 | apps/from_numpy/Makefile | |
+103 −0 | apps/from_numpy/main.py | |
+45 −0 | apps/from_numpy/numpy_dlpack.c |
Submodule dmlc-core
updated
16 files
+8 −9 | CMakeLists.txt | |
+11 −0 | include/dmlc/base.h | |
+93 −71 | include/dmlc/logging.h | |
+3 −0 | include/dmlc/omp.h | |
+13 −0 | include/dmlc/parameter.h | |
+1 −1 | scripts/lint.py | |
+2 −2 | scripts/packages.mk | |
+25 −0 | src/data/libsvm_parser.h | |
+7 −4 | src/io/filesys.cc | |
+34 −13 | test/unittest/unittest_parser.cc | |
+1 −1 | tracker/dmlc-submit | |
+1 −1 | tracker/dmlc_tracker/kubernetes.py | |
+1 −1 | tracker/dmlc_tracker/launcher.py | |
+1 −1 | tracker/dmlc_tracker/mesos.py | |
+1 −1 | tracker/dmlc_tracker/ssh.py | |
+0 −1 | tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/ApplicationMaster.java |