Commit c6143df
Add warning messages when algorithms are skipped in autotune benchmarking
When algorithms exceed maxtime during benchmarking, they are correctly skipped
for larger matrix sizes. However, users only saw the initial "exceeded maxtime"
warning but not when algorithms were subsequently skipped, making it unclear
why some algorithms weren't being tested on larger matrices.
This adds explicit warning messages when algorithms are skipped, providing
better visibility into the autotuning process.
Fixes the issue where users would see:
- "Algorithm X exceeded maxtime" warnings
- But no indication that Algorithm X was being skipped for larger sizes
Now users will see both:
- "Algorithm X exceeded maxtime (Y.Zs > maxtime) for size N"
- "Algorithm X skipped for size M (exceeded maxtime on size N matrix)"
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 149f0b3 commit c6143df
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
| |||
0 commit comments