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

 ##########
 File path: CMakeLists.txt
 ##########
 @@ -295,6 +296,13 @@ else()
   add_definitions(-DMXNET_USE_NCCL=0)
 endif()
 
+if (USE_INT64_TENSOR_SIZE)
 
 Review comment:
   Can you also add this to the runtime feature detection code please?
   
   https://mxnet.incubator.apache.org/api/python/libinfo/libinfo.html

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