anishsapkota commented on PR #1843:
URL: https://github.com/apache/systemds/pull/1843#issuecomment-1718879255

   Hi @j143 ,
   
   At the moment 
https://github.com/apache/systemds/pull/1843/commits/779131a24d26d8f210fc77340284a39d85deaae7,
 I am really confused that the shared object libsystemds_mkl-Linux-x86_64.so is 
not being found under 
   /github/workspace/src/main/cpp/lib although the other shared object 
libsystemds_openblas-Linux-x86_64.so is being loaded from same path and the 
tests run through.
   
   Moreover random tests are failing, like countDistinct, built-in.part2, which 
would otherwise pass, if I were not to install intel oneAPi. 
   
   The biggest problem is the header file "mkl_dnn.h" which is imported into 
libmatrixdnn.cpp, it doesn't exist in Intel oneApi include folder. 
   https://github.com/apache/systemds/blob/main/src/main/cpp/libmatrixdnn.cpp
   
   
https://github.com/01org/mkl-dnn/releases/download/v0.10/mklml_lnx_2018.0.20170908.tgz
   This release contains the "mkl_dnn.h"
   
   should I try to unzip it and add it somewhere and export its path to CPATH ?
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to