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_r368778676
##########
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 caused some errors earlier, I will take a look later and add this back
if it works properly.
----------------------------------------------------------------
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