Address remaining SSA review comments#196
Merged
voltjia merged 3 commits intoJul 16, 2026
Merged
Conversation
voltjia
marked this pull request as ready for review
July 15, 2026 14:30
voltjia
added a commit
that referenced
this pull request
Jul 16, 2026
* Add SSA compiler pipeline and unified backends * refine ssa multibackend PR boundaries and pass registration * move backend ssa pass registration into backend modules * Add backend SSA pass contracts and registry validation * revert test_aot_auto_tuning.py * fix ruff * style: satisfy contributing style checks after rebase * Refactor SSA compiler naming (#169) * Refactor IR dataclass constructors (#172) * unify SSA compilation and executable multi-backend support * Fix ruff error, refine SSA compiler structure and address review feedback * Refactor SSA backend pipeline and restore Triton runtime autotining * Removing TVM backend and refine Triton, CUDA, TileLang backends * Fix zero-like GPU launches, architecture-aware caching, and JIT API * Fix Triton AOT multi-context launches (#195) * Add Triton AOT multi-context design * Fix Triton AOT multi-context launches * Cover fresh Triton AOT context guard * Remove development process documents * Address remaining SSA review comments (#196) * Address remaining SSA review comments * Sort test imports for Ruff * Remove redundant entrypoint assertions --------- Co-authored-by: Jiacheng Huang <45955067+voltjia@users.noreply.github.com>
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.
Summary
jitentrypoint without adding root-levelaotorlowerexports.AutoTunertype.CompileRequestand its construction sites with the establishedarrangement,application,tensorsorder.Scope
This follows up the four unresolved review threads on #164. It does not address the Triton AOT multi-device/context issue, which is covered by #195.
Validation
accelerator-dev/nvidia:latestwithpip install --no-deps --force-reinstall -e ..ruff check(Ruff 0.15.21)ruff format --check(Ruff 0.15.21)python scripts/check_contributing_style.pypytestoutput: