Skip to content

Conversation

dunnock
Copy link

@dunnock dunnock commented Jun 9, 2021

oneAPI is suggested way of MKL distribution on Windows and it requires few tweaks to search paths
to work: search path should account for %ONEAPI_ROOT% env var, iomp library is named libiomp5md.lib
and can be located under

I was able to execute tests properly:

cargo test --features mkl-dynamic-lp64-iomp --no-default-features

oneAPI is suggested way of MKL distribution on Windows and it requires few tweaks to search paths
to work: search path should account for %ONEAPI_ROOT% env var, iomp library is named libiomp5md.lib
and can be located under
@dunnock
Copy link
Author

dunnock commented Jun 9, 2021

This should fix #46 for Windows at least via oneAPI distribution

@dunnock dunnock changed the title Add oneAPI support for Windows Add oneAPI distribution support for Windows Jun 9, 2021
@termoshtt
Copy link
Member

Thank PR, and sorry for later replay.

I have started rewriting intel-mkl-tool totally from #81, and on #90 we re-enabled windows support with oneAPI based MKL. The issues this PR try to resolved has been resolved by #90. I close this PR.

@termoshtt termoshtt closed this Aug 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants