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.
1 parent a97eb80 commit 2590a25Copy full SHA for 2590a25
lib/LinearSolveAutotune/src/algorithms.jl
@@ -25,7 +25,7 @@ function get_available_algorithms(; skip_missing_algs::Bool = false)
25
end
26
27
# MKL if available
28
- if LinearSolve.usemkl
+ if mkl_jll.is_available()
29
push!(algs, MKLLUFactorization())
30
push!(alg_names, "MKLLUFactorization")
31
0 commit comments