forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LANG] Generalize compute to tensor region (apache#1476)
- Loading branch information
1 parent
39703e3
commit c313256
Showing
17 changed files
with
1,059 additions
and
131 deletions.
There are no files selected for viewing
Submodule dmlc-core
updated
12 files
+1 −0 | .gitignore | |
+10 −2 | CMakeLists.txt | |
+11 −0 | cmake/build_config.h.in | |
+2 −8 | include/dmlc/base.h | |
+17 −0 | include/dmlc/build_config.h | |
+36 −0 | include/dmlc/common.h | |
+19 −30 | src/data/text_parser.h | |
+15 −16 | src/io/input_split_base.cc | |
+1 −4 | src/io/local_filesys.cc | |
+1 −3 | src/io/single_file_split.h | |
+103 −43 | test/unittest/unittest_inputsplit.cc | |
+4 −3 | test/unittest/unittest_parser.cc |
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
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
Oops, something went wrong.