According https://tvm.hyper.ai/docs/install/from_source I try the following commands
git clone --recursive https://github.com/apache/tvm tvm
mkdir build
cp cmake/config.cmake build
cd build
cmake ..
make -j4
Only get 3 libraries libtvm_runtime.so/libtvm.so/libtvm_allvisible.so, so it missing the tvm execute binary ?
[100%] Linking CXX shared library libtvm_runtime.so
[100%] Built target tvm_runtime
[100%] Built target tvm_objs
[100%] Linking CXX shared library libtvm.so
[100%] Linking CXX shared library libtvm_allvisible.so
[100%] Built target tvm
[100%] Built target tvm_allvisible