Skip to content
Snippets Groups Projects
Commit b6c45119 authored by Lars Jitschin's avatar Lars Jitschin
Browse files

The intel compilers after 2020 are also affected

see here:
https://stackoverflow.com/a/68942702
parent 3b63396b
No related branches found
No related tags found
2 merge requests!586Automated merge from preview to main,!583Workaround: Running Intel-Compiler-compiled-Code on AMD processors
...@@ -85,8 +85,8 @@ worse performance. ...@@ -85,8 +85,8 @@ worse performance.
!!! note !!! note
In version 2020, Intel has removed this environment variable and added separate Zen codepaths to In version 2020 and above, Intel has removed this environment variable and added separate Zen codepaths
the library. However, they are still incomplete and do not cover every BLAS function. Also, the to the library. However, they are still incomplete and do not cover every BLAS function. Also, the
Intel AVX2 codepaths still seem to provide somewhat better performance, so a new workaround Intel AVX2 codepaths still seem to provide somewhat better performance, so a new workaround
would be to overwrite the `mkl_serv_intel_cpu_true` symbol with a custom function: would be to overwrite the `mkl_serv_intel_cpu_true` symbol with a custom function:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment