sudo apt install opencv
Installing TensorRT from this link
Installing TVM form TVM tutorial
Make sure to set set(USE_LLVM ON)
and set(USE_CUDA ON)
in build/config.cmake
git clone --recursive https://github.com/jc-su/tvm_tensorrt_comparsion
mkdir build
cd build
cmake ..
make $(nproc)