-
-
Notifications
You must be signed in to change notification settings - Fork 72
Add complete autotune preference integration with availability checking #730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ChrisRackauckas
merged 35 commits into
SciML:main
from
ChrisRackauckas-Claude:autotune-preference-integration
Aug 16, 2025
Merged
Changes from 13 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
8475266
Add autotune preference integration to default solver selection
ChrisRackauckas a28f52a
Optimize autotune preference integration with compile-time constants
ChrisRackauckas fea6b0c
Complete optimization with all requested improvements
ChrisRackauckas 56a417d
Add algorithm availability checking and fallback system
ChrisRackauckas 59ce71f
Add comprehensive tests for dual preference system integration in defβ¦
ChrisRackauckas 7f9bd67
Add explicit algorithm choice verification tests for dual preference β¦
ChrisRackauckas 9484b72
Clean up algorithm choice tests and ensure proper preference reset
ChrisRackauckas 5eda050
Add separate Preferences test group with FastLapack algorithm verificβ¦
ChrisRackauckas 5a3f480
Fix preference tests: only print on failure, correct extension-dependβ¦
ChrisRackauckas 913cded
Fix size category boundaries to match LinearSolveAutotune and add comβ¦
ChrisRackauckas 374aba5
Remove unnecessary success prints from FastLapack and RecursiveFactorβ¦
ChrisRackauckas 822ff6a
Add explicit algorithm choice verification for FastLapack and RFLU
ChrisRackauckas ee4f0b0
Add explicit algorithm choice tests: verify FastLU and RFLU selectionβ¦
ChrisRackauckas 6af69d8
Apply suggestions from code review
ChrisRackauckas 89bcb9e
Add comprehensive size category algorithm verification with differentβ¦
ChrisRackauckas 6847dc5
Fix algorithm choice test to use AppleAccelerateLUFactorization from β¦
ChrisRackauckas 19beb8d
Add comprehensive algorithm choice analysis function for testing and β¦
ChrisRackauckas a372fdb
Make preference tests strict: require exact algorithm match
ChrisRackauckas 3240462
Remove boundary testing section as requested
ChrisRackauckas 66faf95
Revert "Remove boundary testing section as requested"
ChrisRackauckas 4958c38
Remove non-LU algorithms from _string_to_algorithm_choice
ChrisRackauckas beeec34
Move show_algorithm_choices to main package and simplify
ChrisRackauckas c55e420
Update documentation for dual preference system and show_algorithm_chβ¦
ChrisRackauckas 3dc46f1
Update test/preferences.jl
ChrisRackauckas 7ee156c
Fix FastLapack test to use GenericLUFactorization as always_loaded
ChrisRackauckas 5161904
Add reset_defaults! function for testing preference system integration
ChrisRackauckas 6150d55
Clean up preference system and enhance show_algorithm_choices display
ChrisRackauckas a86bd4c
Streamline preference tests with single reset_defaults! call
ChrisRackauckas a52b267
Move preference handling to dedicated src/preferences.jl file
ChrisRackauckas fbd7155
Fix preference tests: correct FastLU mapping and add preference isolaβ¦
ChrisRackauckas da8f72d
Replace algorithm test with robust RFLU vs GenericLU verification
ChrisRackauckas 0e69356
Update test/preferences.jl
ChrisRackauckas 9881aeb
Clean up preference system: remove analysis.jl, use eval-based testinβ¦
ChrisRackauckas bb9c717
Rename reset_defaults! to make_preferences_dynamic!
ChrisRackauckas 1be6f5b
Update documentation for final preference system implementation
ChrisRackauckas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,3 +170,4 @@ sol = solve(prob, | |
|
||
sol = solve(prob) | ||
@test sol.u β svd(A)\b | ||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.