You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been experimenting with getting Intel MKL support working on my fork of this repo (https://github.com/filiptibell/ctranslate2-rs) and have been successful by adding a dependency on intel-mkl-src and adding a extern crate directive at the crate root.
Would you be open to adding this to your crate?
The text was updated successfully, but these errors were encountered:
I have been experimenting with getting Intel MKL support working on my fork of this repo (https://github.com/filiptibell/ctranslate2-rs) and have been successful by adding a dependency on
intel-mkl-src
and adding aextern crate
directive at the crate root.Would you be open to adding this to your crate?
The text was updated successfully, but these errors were encountered: