File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ Control which matrix size ranges to test:
73
73
# :small - 20×20 to 100×100 (small problems)
74
74
# :medium - 100×100 to 300×300 (typical problems)
75
75
# :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)
77
77
78
78
# Default: test tiny through large
79
79
results = autotune_setup () # uses [:tiny, :small, :medium, :large]
@@ -449,4 +449,4 @@ LinearSolveAutotune provides a comprehensive system for benchmarking and optimiz
449
449
- Performance visualization
450
450
- Preference setting for automatic algorithm selection (in development)
451
451
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.
You can’t perform that action at this time.
0 commit comments