yzhliu commented on a change in pull request #15550: Infra to use tvm write op
kernels
URL: https://github.com/apache/incubator-mxnet/pull/15550#discussion_r304198688
##########
File path: Makefile
##########
@@ -589,6 +603,30 @@ $(DMLC_CORE)/libdmlc.a: DMLCCORE
DMLCCORE:
+ cd $(DMLC_CORE); $(MAKE) libdmlc.a USE_SSE=$(USE_SSE)
config=$(ROOTDIR)/$(config); cd $(ROOTDIR)
+TVM_USE_CUDA := OFF
Review comment:
well, what I am trying to do is to attach `-DUSE_CUDA=$USE_CUDA_PATH` to TVM
if `USE_CUDA_PATH` is set, otherwise attach `-DUSE_CUDA=$USE_CUDA`. I think it
is fine as it is not exposed to users.
----------------------------------------------------------------
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