Skip to content

Commit

Permalink
[CODEGEN] More robust llvm intrin handling, remove graph executor (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored Oct 8, 2017
1 parent 4468c57 commit 338bfd4
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 1,831 deletions.
4 changes: 2 additions & 2 deletions apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ This folder contains various extension projects using TVM,
they also serve as examples on how to use TVM in your own project.

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

- [extension](extension) How to extend TVM C++ api along with python API.
- [graph_executor](graph_executor) Build nnvm graph executor with TVM.
- [ios_rpc](ios_rpc) iOS RPC server.
- [android_rpc](android_rpc) Android RPC server.
- [howto_deploy](howto_depploy) Tutorial on how to deploy TVM with minimum code dependency.
- [howto_deploy](howto_depploy) Tutorial on how to deploy TVM with minimum code dependency.
61 changes: 0 additions & 61 deletions apps/graph_executor/Makefile

This file was deleted.

6 changes: 0 additions & 6 deletions apps/graph_executor/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions apps/graph_executor/python/tvm_graph/__init__.py

This file was deleted.

20 changes: 0 additions & 20 deletions apps/graph_executor/python/tvm_graph/_base.py

This file was deleted.

95 changes: 0 additions & 95 deletions apps/graph_executor/python/tvm_graph/build.py

This file was deleted.

16 changes: 0 additions & 16 deletions apps/graph_executor/python/tvm_graph/op_tvm_def.py

This file was deleted.

Loading

0 comments on commit 338bfd4

Please sign in to comment.