You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix LinearSolveAutotune printout to use correct benchmark size ranges (#691)
- Updated categorize_results() to use actual benchmark size categories (tiny, small, medium, large, big) instead of hardcoded ranges (0-128, 128-256, etc.)
- Added proper size range labels with cutoffs: tiny (5-20), small (20-100), medium (100-300), large (300-1000), big (10000+)
- Updated telemetry formatting to handle new range format and sort them in logical order
- Now the issue printout correctly reflects the same sizing used in the benchmark
Co-authored-by: ChrisRackauckas <[email protected]>
0 commit comments