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 large matrix sizes and add GPU hardware detection warnings
- Updated large_matrices size range to go up to 10000 (was 2000)
- Added sizes: 2500:500:5000, 6000:1000:10000 for GPU benchmarking
- Added warnings when CUDA hardware is detected but CUDA.jl not loaded
- Added warnings when Apple Silicon detected but Metal.jl not loaded
- Improved GPU detection with environment variable and system file checks
- Total of 45 matrix sizes when large_matrices=true, max size 10000
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments