Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 337 Bytes

File metadata and controls

13 lines (10 loc) · 337 Bytes

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