yzhliu commented on a change in pull request #17214: [tvmop] support cuda
multi-arch compilation
URL: https://github.com/apache/incubator-mxnet/pull/17214#discussion_r363364077
##########
File path: CMakeLists.txt
##########
@@ -758,11 +759,15 @@ if(USE_DIST_KVSTORE)
list(APPEND mxnet_LINKER_LIBS ${pslite_LINKER_LIBS})
endif()
-if(USE_TVM_OP)
- list(APPEND mxnet_LINKER_LIBS
${CMAKE_CURRENT_BINARY_DIR}/3rdparty/tvm/libtvm_runtime.so)
+function(BuildTVMOP)
+ # scope the variables in BuildTVM.cmake to avoid conflict
Review comment:
@TaoLv @leezu How about this?
----------------------------------------------------------------
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