Skip to content

Add oneAPI distribution support for Windows #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

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