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
I then looked at what the difference was between the MKL_jll provided MKL and my local installation. One file had a different hash: libmkl_intel_thread.dylib. Copying the one over from my local MKL to the MKL_jll artifact library made the code start working.
So my conclusion is that the libmkl_intel_thread.dylib that is provided by MKL_jll is somehow faulty.
The text was updated successfully, but these errors were encountered:
Based on issue JuliaMath/IntelVectorMath.jl#46, I could repro the hang on Mac with Julia 1.4 using for example:
Note that this works in Julia 1.3, Julia 1.4-RC2 and locally built Julia. When I used my local installation of MKL it works:
I then looked at what the difference was between the MKL_jll provided MKL and my local installation. One file had a different hash:
libmkl_intel_thread.dylib
. Copying the one over from my local MKL to the MKL_jll artifact library made the code start working.So my conclusion is that the
libmkl_intel_thread.dylib
that is provided by MKL_jll is somehow faulty.The text was updated successfully, but these errors were encountered: