I want to use `mkl_sparse_*` functions but I found that `intel-mkl-sys` only bindgened `mkl_vml.h` and `mkl_vsl.h`. What's the purpose that not bindgen the whole `mkl.h` in wrapper? May I create a PR to fix it?
I want to use
mkl_sparse_*functions but I found thatintel-mkl-sysonly bindgenedmkl_vml.handmkl_vsl.h.What's the purpose that not bindgen the whole
mkl.hin wrapper?May I create a PR to fix it?