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.
added micro_common implementation and python interfaces (apache#18)
- Loading branch information
Showing
8 changed files
with
84 additions
and
80 deletions.
There are no files selected for viewing
Submodule HalideIR
added at
ec9585
Submodule dlpack
updated
4 files
+3 −6 | CMakeLists.txt | |
+0 −2 | apps/from_numpy/Makefile | |
+0 −103 | apps/from_numpy/main.py | |
+0 −45 | apps/from_numpy/numpy_dlpack.c |
Submodule dmlc-core
updated
16 files
+9 −8 | CMakeLists.txt | |
+0 −11 | include/dmlc/base.h | |
+71 −93 | include/dmlc/logging.h | |
+0 −3 | include/dmlc/omp.h | |
+0 −13 | include/dmlc/parameter.h | |
+1 −1 | scripts/lint.py | |
+2 −2 | scripts/packages.mk | |
+0 −25 | src/data/libsvm_parser.h | |
+4 −7 | src/io/filesys.cc | |
+13 −34 | 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 | |
+1 −0 | tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/ApplicationMaster.java |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters