-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
Testing on Windows with the latest MKL on Julia 1.4:
julia> using LinearAlgebra
julia> BLAS.vendor()
:mkl
julia> using Libdl
julia>dlopen(:libmkl_rt; throw_error=true)
ERROR: could not load library "libmkl_rt"
The specified module could not be found.
Stacktrace:
[1] dlopen(::String, ::UInt32; throw_error::Bool) at C:\Julia-1.4.0-DEV\share\julia\stdlib\v1.4\Libdl\src\Libdl.jl:109
[2] #dlopen#2 at C:\Julia-1.4.0-DEV\share\julia\stdlib\v1.4\Libdl\src\Libdl.jl:109 [inlined]
[3] top-level scope at none:0This came up from this PR to VML.jl : JuliaMath/IntelVectorMath.jl#17
Metadata
Metadata
Assignees
Labels
No labels