yuxihu commented on a change in pull request #14570: add a compiler flag to use 
int64 as tensor size
URL: https://github.com/apache/incubator-mxnet/pull/14570#discussion_r276784823
 
 

 ##########
 File path: Makefile
 ##########
 @@ -188,6 +188,11 @@ ifeq ($(USE_OPERATOR_TUNING), 1)
        CFLAGS += -DMXNET_USE_OPERATOR_TUNING=1
 endif
 
+ifeq ($(USE_INT64_TENSOR_SIZE), 1)
+   CFLAGS += -DMSHADOW_INT64_TENSOR_SIZE=1
 
 Review comment:
   Will the MXNet pip packages be built with large tensor support disabled 
after this PR is merged? If so, for users who want large tensor support, do 
they have to build MXNet from source?

----------------------------------------------------------------
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

Reply via email to