Skip to content

Commit 2590a25

Browse files
use MKL even if not recommended
1 parent a97eb80 commit 2590a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/LinearSolveAutotune/src/algorithms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function get_available_algorithms(; skip_missing_algs::Bool = false)
2525
end
2626

2727
# MKL if available
28-
if LinearSolve.usemkl
28+
if mkl_jll.is_available()
2929
push!(algs, MKLLUFactorization())
3030
push!(alg_names, "MKLLUFactorization")
3131
end

0 commit comments

Comments
 (0)