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

 ##########
 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:
   Yes, users who need large tensor support will 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