Skip to content

locnd182644/tvm-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building the Example Project

Once TVM is built, follow these steps to build the example project:

  1. Configure the build using CMake:

    cmake -DCMAKE_TOOLCHAIN_FILE=/path/to/toolchain.cmake -DCMAKE_BUILD_TYPE=Release -B build -G Ninja
  2. Build the project using Ninja:

    ninja -C build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published