Skip to content

Commit 28c6cbc

Browse files
Update linearsolve_autotuning.md
1 parent b7c66de commit 28c6cbc

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

news/2025/08/16/linearsolve_autotuning.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,7 @@ Pkg.add(["LinearSolve", "LinearSolveAutotune"])
180180

181181
# Run comprehensive benchmarks
182182
using LinearSolve, LinearSolveAutotune
183-
results = autotune_setup(
184-
sizes = :all, # Test all size categories
185-
types = [Float32, Float64, ComplexF64],
186-
quality = :high, # Thorough benchmarking
187-
time_limit = 60.0 # Limit per-algorithm time
188-
)
183+
results = autotune_setup()
189184

190185
# Analyze your results
191186
display(results)
@@ -218,4 +213,4 @@ LinearSolveAutotune was developed as part of the SciML ecosystem with contributi
218213

219214
---
220215

221-
*For more information, see the [LinearSolve.jl documentation](https://docs.sciml.ai/LinearSolve/stable/tutorials/autotune/) and join the discussion on [Julia Discourse](https://discourse.julialang.org/c/domain/models/21).*
216+
*For more information, see the [LinearSolve.jl documentation](https://docs.sciml.ai/LinearSolve/stable/tutorials/autotune/) and join the discussion on [Julia Discourse](https://discourse.julialang.org/c/domain/models/21).*

0 commit comments

Comments
 (0)