Skip to content

Commit

Permalink
Refactor wasm-dlbackend-tvm to wasm-graphcompiler-tvm module
Browse files Browse the repository at this point in the history
Signed-off-by: leonwanghui <wanghui71leon@gmail.com>
  • Loading branch information
leonwanghui committed Jul 9, 2020
1 parent ae58ca1 commit 0e858d8
Show file tree
Hide file tree
Showing 24 changed files with 1,553 additions and 595 deletions.
2 changes: 1 addition & 1 deletion apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ If you are interested in writing optimized kernels with TVM, checkout [TOPI: TVM
- [android_rpc](android_rpc) Android RPC server.
- [benchmark](benchmark) Example end to end compilation benchmarks
- [howto_deploy](howto_deploy) Tutorial on how to deploy TVM with minimum code dependency.
- [wasm-dlbackend-tvm](wasm-dlbackend-tvm) WebAssembly backend for deep learning framework with TVM runtime.
- [wasm-graphcompiler-tvm](wasm-graphcompiler-tvm) WebAssembly graph compiler for deep learning framework with TVM runtime.
137 changes: 0 additions & 137 deletions apps/wasm-dlbackend-tvm/README.md

This file was deleted.

32 changes: 0 additions & 32 deletions apps/wasm-dlbackend-tvm/build.rs

This file was deleted.

31 changes: 0 additions & 31 deletions apps/wasm-dlbackend-tvm/src/lib.rs

This file was deleted.

63 changes: 0 additions & 63 deletions apps/wasm-dlbackend-tvm/src/ops/add.rs

This file was deleted.

46 changes: 0 additions & 46 deletions apps/wasm-dlbackend-tvm/src/ops/mod.rs

This file was deleted.

63 changes: 0 additions & 63 deletions apps/wasm-dlbackend-tvm/src/ops/sub.rs

This file was deleted.

Loading

0 comments on commit 0e858d8

Please sign in to comment.