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 27985b8 commit a937efeCopy full SHA for a937efe
lib/LinearSolveAutotune/src/algorithms.jl
@@ -17,8 +17,7 @@ function get_available_algorithms(; skip_missing_algs::Bool = false)
17
push!(algs, GenericLUFactorization())
18
push!(alg_names, "GenericLUFactorization")
19
20
- # Disable BLiS for now
21
- if false # blis_jll.is_available()
+ if blis_jll.is_available()
22
push!(algs, LinearSolve.BLISLUFactorization())
23
push!(alg_names, "BLISLUFactorization")
24
else
0 commit comments