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 b5a859e commit d4477f5Copy full SHA for d4477f5
lib/LinearSolveAutotune/src/benchmarking.jl
@@ -184,7 +184,7 @@ function get_benchmark_sizes(large_matrices::Bool = false)
184
1200:200:2000, 2500:500:5000, 6000:1000:10000)
185
else
186
# Default sizes similar to existing benchmarks
187
- return 4:8:500
+ return vcat(4:8:128, 150:50:500)
188
end
189
190
0 commit comments