According https://tvm.hyper.ai/docs/install/from_source, I only get 3 libraries libtvm.so/ libtvm_runtime.so/libtvm_allvisible.so without a tvm binary, so my question is how to build the tvm binary ? Now I following the commands
git clone --recursive https://github.com/apache/tvm tvm
mkdir build
cp cmake/config.cmake build
cd build
cmake ..
make -j4
I try apt install tvm can get a tvm binary, but I want build a debug version with the source.