anishsapkota commented on code in PR #1843:
URL: https://github.com/apache/systemds/pull/1843#discussion_r1231639035


##########
src/main/cpp/libAnish.cpp:
##########


Review Comment:
   Hi Sebastian, 
   
   i have successfully implemented a mkl degmm for test purpose . For that i 
did the native function implementation in systemds.cpp, function defination in 
systemds.h and created a native interface in NativeHelper.java. In 
src/test/java/org/apache/sysds/test/functions i have also implemented a main 
function in Java to test the functionality. it works with mkl and succefully 
calls the native cpp function. 
   
   However, i had to comment out the conflicting functions of openBLAS in order 
to build the shared lib. :(
   i will need your help to find out another way around.



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