Skip to content

Commit c1afe7a

Browse files
Update autotune.md
1 parent a365e38 commit c1afe7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/tutorials/autotune.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Control which matrix size ranges to test:
7373
# :small - 20×20 to 100×100 (small problems)
7474
# :medium - 100×100 to 300×300 (typical problems)
7575
# :large - 300×300 to 1000×1000 (larger problems)
76-
# :big - 10000×10000 to 100000×100000 (GPU/HPC scale)
76+
# :big - 10000×1000 to 20000x20000 (GPU/HPC scale)
7777

7878
# Default: test tiny through large
7979
results = autotune_setup() # uses [:tiny, :small, :medium, :large]
@@ -449,4 +449,4 @@ LinearSolveAutotune provides a comprehensive system for benchmarking and optimiz
449449
- Performance visualization
450450
- Preference setting for automatic algorithm selection (in development)
451451

452-
By running autotune and optionally sharing your results, you help improve LinearSolve.jl's performance for everyone in the Julia community.
452+
By running autotune and optionally sharing your results, you help improve LinearSolve.jl's performance for everyone in the Julia community.

0 commit comments

Comments
 (0)