Skip to content

Commit 338bfd4

Browse files
authored
[CODEGEN] More robust llvm intrin handling, remove graph executor (#519)
1 parent 4468c57 commit 338bfd4

22 files changed

+24
-1831
lines changed

apps/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ This folder contains various extension projects using TVM,
33
they also serve as examples on how to use TVM in your own project.
44

55
If you are interested in writing optimized kernels with TVM, checkout [TOPI: TVM Operator Inventory](../topi).
6+
If you are interested in end to end deep learning model compilation, checkout [NNVM Compiler](https://github.com/dmlc/nnvm).
67

78
- [extension](extension) How to extend TVM C++ api along with python API.
8-
- [graph_executor](graph_executor) Build nnvm graph executor with TVM.
99
- [ios_rpc](ios_rpc) iOS RPC server.
1010
- [android_rpc](android_rpc) Android RPC server.
11-
- [howto_deploy](howto_depploy) Tutorial on how to deploy TVM with minimum code dependency.
11+
- [howto_deploy](howto_depploy) Tutorial on how to deploy TVM with minimum code dependency.

apps/graph_executor/Makefile

Lines changed: 0 additions & 61 deletions
This file was deleted.

apps/graph_executor/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/graph_executor/python/tvm_graph/__init__.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/graph_executor/python/tvm_graph/_base.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

apps/graph_executor/python/tvm_graph/build.py

Lines changed: 0 additions & 95 deletions
This file was deleted.

apps/graph_executor/python/tvm_graph/op_tvm_def.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)