Skip to content

Commit 8276a95

Browse files
Update lib/LinearSolveAutotune/src/LinearSolveAutotune.jl
1 parent 8bbe471 commit 8276a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/LinearSolveAutotune/src/LinearSolveAutotune.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ results = autotune_setup(eltypes = (BigFloat,), telemetry = false)
7878
```
7979
"""
8080
function autotune_setup(;
81-
large_matrices::Bool = false,
81+
large_matrices::Bool = true,
8282
telemetry::Bool = true,
8383
make_plot::Bool = true,
8484
set_preferences::Bool = true,

0 commit comments

Comments
 (0)