Skip to content

Commit

Permalink
Enable USE_MICRO on tlcpack build. (#59)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
leandron authored May 21, 2021
1 parent b0c0238 commit e7abc3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wheel/build_wheel_manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ echo set\(USE_SORT ON\) >> config.cmake
echo set\(USE_GRAPH_RUNTIME ON\) >> config.cmake
echo set\(USE_ETHOSN /opt/arm/ethosn-driver\) >> config.cmake
echo set\(USE_ARM_COMPUTE_LIB /opt/arm/acl\) >> config.cmake
echo set\(USE_MICRO ON\) >> config.cmake
if [[ ${CUDA} != "none" ]]; then
echo set\(USE_CUDA ON\) >> config.cmake
echo set\(USE_CUBLAS ON\) >> config.cmake
Expand Down

0 comments on commit e7abc3e

Please sign in to comment.