szha commented on a change in pull request #14899: Add mkldnn_version.h to pip 
package
URL: https://github.com/apache/incubator-mxnet/pull/14899#discussion_r281381104
 
 

 ##########
 File path: tools/pip/setup.py
 ##########
 @@ -152,6 +152,8 @@ def has_ext_modules(self):
         package_data['mxnet'].append('mxnet/libmkldnn.so.0')
     shutil.copytree(os.path.join(CURRENT_DIR, 
'mxnet-build/3rdparty/mkldnn/include'),
 
 Review comment:
   ```
   % ls 3rdparty/mkldnn/build/install/include
   i_malloc.h                mkl_blas.h                mkl_direct_blas.h        
 mkl_direct_call.h         mkl_direct_types.h        mkl_dnn_types.h           
mkl_lapacke.h             mkl_trans.h               mkl_version.h             
mkl_vml_defines.h         mkl_vml_types.h           mkl_vsl_defines.h         
mkl_vsl_types.h
   mkl.h                     mkl_cblas.h               
mkl_direct_blas_kernels.h mkl_direct_lapack.h       mkl_dnn.h                 
mkl_lapack.h              mkl_service.h             mkl_types.h               
mkl_vml.h                 mkl_vml_functions.h       mkl_vsl.h                 
mkl_vsl_functions.h
   ```
   The one in the install folder has both

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