You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/10/03 08:52:14 UTC

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #15940: Add boolean ndarray

marcoabreu commented on a change in pull request #15940: Add boolean ndarray
URL: https://github.com/apache/incubator-mxnet/pull/15940#discussion_r330928330
 
 

 ##########
 File path: Makefile
 ##########
 @@ -473,11 +473,13 @@ CFLAGS += -I$(TVM_PATH)/include -DMXNET_USE_TVM_OP=1
 LDFLAGS += -L$(ROOTDIR)/lib -ltvm_runtime -Wl,-rpath,'$${ORIGIN}'
 
 TVM_USE_CUDA := OFF
+TVM_OP_CUDA_ARCH := NONE
 
 Review comment:
   Any particular reason you are introducing a second set instead of using the arch set variable we already have? In which use case would these two differ?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services