forked from kokkos/kokkos-kernels
-
Notifications
You must be signed in to change notification settings - Fork 0
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
refactor CMake code for finding MKL #8
Comments
This comment is in progress. Its aims to summarize a bit of MKL history and current status. The idea is to understand how MKL is currently included in the project and how we could improve that: Links:
From the doc https://en.wikipedia.org/wiki/Math_Kernel_Library :
Recommended way to get MKL on linux ? |
mperrinel
added a commit
that referenced
this issue
Mar 2, 2023
mperrinel
pushed a commit
that referenced
this issue
Mar 2, 2023
mperrinel
added a commit
that referenced
this issue
Apr 5, 2023
mperrinel
pushed a commit
that referenced
this issue
Apr 5, 2023
mperrinel
added a commit
that referenced
this issue
Apr 5, 2023
mperrinel
added a commit
that referenced
this issue
Apr 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similarly to #7 , the logic for the Intel library MKL needs to be update in the build system to detect the new oneMKL library properly and manage its targets to enable functionalities for both CPU and GPU.
The text was updated successfully, but these errors were encountered: