vexilligera commented on a change in pull request #17387: [TVM][Windows] TVM
Ops windows build
URL: https://github.com/apache/incubator-mxnet/pull/17387#discussion_r368794934
##########
File path: CMakeLists.txt
##########
@@ -134,7 +134,7 @@ if(MSVC)
if(USE_F16C)
message("F16C instruction set is not yet supported for MSVC")
endif()
- set(CMAKE_C_FLAGS "/MP")
+ # set(CMAKE_C_FLAGS "/MP")
Review comment:
/MP causes error if the compiler is Clang-cl. I will enable the option if
the compiler is MSVC.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services