We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48557f1 + dfaf5b9 commit 1179044Copy full SHA for 1179044
perf/lu.jl
@@ -47,7 +47,7 @@ end
47
using DataFrames, VegaLite
48
blaslib = if VERSION ≥ v"1.7.0-beta2"
49
config = BLAS.get_config().loaded_libs
50
- occursin("libmkl_rt", config[1].libname) ? :MKL : :OpenBLAS
+ occursin("mkl_rt", config[1].libname) ? :MKL : :OpenBLAS
51
else
52
BLAS.vendor() === :mkl ? :MKL : :OpenBLAS
53
end
0 commit comments