pytorch / tvm

TVM integration into PyTorch
449 stars 64 forks source link

llvm version #147

Closed lolongcovas closed 4 years ago

lolongcovas commented 4 years ago

hi, which version of llvm has to be installed in ubuntu 18.04?

bwasti commented 4 years ago

Since we're using TVM, the LLVM version should be the same 4.0 or above.

See the section on LLVM here for details on how to install that https://docs.tvm.ai/install/from_source.html

:)