tlc-pack / tlcpack

https://tlcpack.ai/
Apache License 2.0
23 stars 30 forks source link

Enable USE_MICRO on tlcpack build. #59

Closed leandron closed 3 years ago

leandron commented 3 years ago

Currently we don't have utvm enabled by default in a regular TVM build. This PR adds USE_MICRO ON so that the package contains utvm.

Motivated by https://github.com/apache/tvm/pull/8086, which makes utvm mandatory as a dependency for tvmc.

cc @gromero @areusch @tqchen for reviews