Building the Example Project Once TVM is built, follow these steps to build the example project: Configure the build using CMake: cmake -DCMAKE_TOOLCHAIN_FILE=/path/to/toolchain.cmake -DCMAKE_BUILD_TYPE=Release -B build -G Ninja Build the project using Ninja: ninja -C build