[Autotuner] Add LLM-seeded hybrid search#2004
Draft
choijon5 wants to merge 1 commit intochoijon5/stack/3from
Draft
[Autotuner] Add LLM-seeded hybrid search#2004choijon5 wants to merge 1 commit intochoijon5/stack/3from
choijon5 wants to merge 1 commit intochoijon5/stack/3from
Conversation
choijon5
added a commit
that referenced
this pull request
Apr 12, 2026
stack-info: PR: #2004, branch: choijon5/stack/4
fa1ec28 to
65cb6fc
Compare
ca494ae to
6ee362d
Compare
65cb6fc to
573f223
Compare
ec33e5b to
27e06d1
Compare
633a2ed to
e74ea66
Compare
27e06d1 to
4b0c90d
Compare
choijon5
added a commit
that referenced
this pull request
Apr 12, 2026
stack-info: PR: #2004, branch: choijon5/stack/4
4b0c90d to
0a73757
Compare
e74ea66 to
51c79b6
Compare
0a73757 to
fd390a7
Compare
choijon5
added a commit
that referenced
this pull request
Apr 13, 2026
stack-info: PR: #2004, branch: choijon5/stack/4
51c79b6 to
a6cce0e
Compare
stack-info: PR: #2004, branch: choijon5/stack/4
fd390a7 to
eed2b6c
Compare
a6cce0e to
5209d2c
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Stacked PRs:
[Autotuner] Add LLM-seeded hybrid search
Preliminary results show that LLM-seeded hybrid search achieves mostly on-par performance to LFBOTreeSearch full autotune at a fraction of its time:

LLM indicates using LLM-only to one-shot the config, Hybrid is using the LLM one-shot config to seed the LFBO full autotune.