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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to