Skip to content

Missing mkl_somatcopy and relatives #1331

@blueberry

Description

@blueberry

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions