leezu commented on a change in pull request #18625:
URL: https://github.com/apache/incubator-mxnet/pull/18625#discussion_r449329336



##########
File path: ci/docker/runtime_functions.sh
##########
@@ -413,6 +414,7 @@ build_ubuntu_cpu_mkl() {
         -DUSE_TVM_OP=ON \
         -DUSE_MKL_IF_AVAILABLE=ON \
         -DUSE_BLAS=MKL \
+        -DUSE_INT64_TENSOR_SIZE=OFF \

Review comment:
       That's not true. The signatures depend on the programming model. You 
need to specify ILP64 model.
   
   ```
   /* Intel(R) MKL ILP64 integer types */
   #ifndef MKL_INT
       #define MKL_INT MKL_INT64
   #endif
   ```
   from `./compilers_and_libraries_2020/linux/mkl/include/mkl_types.h`
   
   and 
   
   
`./parallel_studio_xe_2020/compilers_and_libraries_2020/linux/mkl/include/mkl_lapacke.h:#define
 lapack_int              MKL_INT`




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


Reply via email to