You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/11/21 20:28:28 UTC

[GitHub] [tvm] mehrdadh commented on a diff in pull request #13073: [microTVM] enable building microTVM components by default

mehrdadh commented on code in PR #13073:
URL: https://github.com/apache/tvm/pull/13073#discussion_r1028487963


##########
CMakeLists.txt:
##########
@@ -58,7 +58,6 @@ tvm_option(USE_OPENMP "Build with OpenMP thread pool implementation" OFF)
 tvm_option(USE_RELAY_DEBUG "Building Relay in debug mode..." OFF)
 tvm_option(USE_RTTI "Build with RTTI" ON)
 tvm_option(USE_MSVC_MT "Build with MT" OFF)
-tvm_option(USE_MICRO "Build with Micro TVM support" OFF)

Review Comment:
   Too keep the `USE_MICRO` option, we can have it in the CMakelist and make it default ON. Then we can remove it from `cmake/config.cmake` file



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org