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_r276853524
##########
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:
I think we need to document this. Maybe on the build from source page?
----------------------------------------------------------------
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