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
- Analyze if MKL algorithms (MKLLUFactorization) perform best in any category
- Write LoadMKL_JLL preference based on benchmark results
- Set to false if MKL is never best to avoid loading unnecessary dependencies
- Set to true if MKL wins in any category to ensure availability
- Add MKL preference display in show_current_preferences
- Include MKL preference clearing in clear_algorithm_preferences
This optimization reduces startup time and memory usage when MKL is not beneficial for the user's workload.
0 commit comments