Commit 582b56e
authored
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.1 parent 15aa021 commit 582b56e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments