feat: migrate cuda.tile_experimental.autotune_launch → cuda.tile.tune.exhaustive_search & other updates#114
Merged
Merged
Conversation
Collaborator
Author
|
/ok to test e899fc7 |
xjmxyt
approved these changes
Apr 23, 2026
Collaborator
Author
|
/ok to test 4fdd159 |
Collaborator
Author
|
/ok to test 86d96a3 |
Collaborator
Author
|
/ok to test e971116 |
Collaborator
Author
|
/ok to test 4765bdc |
Collaborator
Author
|
/ok to test 2e9e9ad |
2e9e9ad to
1a424f0
Compare
….exhaustive_search
… budgets The migration to cuda.tile.tune.exhaustive_search exhaustively searches the entire config space and has no built-in per-config compile timeout, so slow-to-compile configs on sm120 can stall CI. Scope the compile timeout to autotune only, and raise CI step/job budgets to absorb the longer adaptive-repeat measurement loop in the new tune API. - Wrap every cuda.tile.tune.exhaustive_search call site (13 across 10 op files) with `with ct.compiler_timeout(5):` so individual slow configs are killed and routed to result.failures while non-autotune ct.launch compiles remain unaffected. - Bump the test-benchmark job timeout 40 -> 70 min and the "Pull and run benchmarks" step timeout 35 -> 60 min. - Bump the per-benchmark subprocess timeout in run_all_json.py from 10 min -> 20 min.
1a424f0 to
161ef03
Compare
Collaborator
Author
|
/ok to test 161ef03 |
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.
Description
Update codes.
This PR contains 5 new commit(s).
Commits included:
CI Configuration
Checklist
./format.sh)