We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mkl.h
I want to use mkl_sparse_* functions but I found that intel-mkl-sys only bindgened mkl_vml.h and mkl_vsl.h.
mkl_sparse_*
intel-mkl-sys
mkl_vml.h
mkl_vsl.h
What's the purpose that not bindgen the whole mkl.h in wrapper? May I create a PR to fix it?