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
MKL version mismatch in conda and intelOneAPI (#759)
Current version of MKL in conda "mkl-2021.2.0-h06a4308_296"
MKL version in Intel One API is "2021.3.0"
So, libraries could not be used simultaniously because DPNP uses python MKL but DPNPC uses intel one API MKL.
0 commit comments