Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Files

Latest commit

 

History

History
This branch is 1 commit ahead of, 11248 commits behind apache/tvm:main.

apps

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TVM Application Extensions and Examples

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.

  • extension How to extend TVM C++ api along with python API.
  • ios_rpc iOS RPC server.
  • android_rpc Android RPC server.
  • benchmark Example end to end compilation benchmarks
  • howto_deploy Tutorial on how to deploy TVM with minimum code dependency.