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 preferences section to show correct usage of autotuning results
- Remove incorrect preference setting example that doesn't exist in LinearSolve
- Replace with actual code showing how to use specific algorithms
- Explain that autotuning informs algorithm choice and internal heuristics
- Show examples of directly using recommended algorithms from benchmarks
- Mention future possibility of automatic preference setting
These preferences are stored in your project's `LocalPreferences.toml` file and automatically applied whenever you use LinearSolve.jl.
131
+
The autotuning results help inform LinearSolve.jl's internal heuristics, which are continuously improved based on community benchmark submissions. Future versions may support automatic preference setting based on your hardware configuration.
123
132
124
133
## Performance Visualization: A Picture Worth 1000 Benchmarks
0 commit comments