Can TVM be compiled in centos?

@tqchen Can TVM be compiled in centos? sudo apt-get update sudo apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake libedit-dev libxml2-dev

These installation packages could not be found in ‘yum install’ such as libtinfo-dev zlib1g-dev and so on

These dependencies are necessary for LLVM, if you managed to get llvm compiled, then you don’t need to use them

1 Like