-
-
Notifications
You must be signed in to change notification settings - Fork 751
Closed
Labels
Description
Hi,
I'm using JavaCPP 1.5.8, but judging by the generated mkl_rt.java in 1.5.9-SNAPSHOT= it is the same in the latest master.
I noticed that =mkl_rt= is missing the mkl_?omatcopy function that is defined in MKL and that is present in mkl_rt for years (similarly to #1326 ).
There is a difference, though, because judging by the JavaCPP MKL configuration source, this function should be available!
"mkl_simatcopy", "mkl_dimatcopy", "mkl_cimatcopy", "mkl_zimatcopy", "mkl_somatcopy", "mkl_domatcopy", "mkl_comatcopy", "mkl_zomatcopy", |
What is also strange is that batched variants of mkl_?omatcopy are present! (mkl_rt/mkl_somatcopy_batch etc.)
The same problem is present with mkl_?omatadd..
BTW the mentioned functions are present and vailable in vanilla MKL; I've been using it via custom C JNI bindings for years.