refactor(hip): enforce explicit DPS shape contracts locally - #646
Draft
fhanuman wants to merge 1 commit into
Draft
refactor(hip): enforce explicit DPS shape contracts locally#646fhanuman wants to merge 1 commit into
fhanuman wants to merge 1 commit into
Conversation
|
Thanks for opening a PR! This project follows LLVM's incremental-development and AI-tool-use Before requesting review, please check that:
Reviewers are assigned through |
L2 Accuracy Results (EP vs CPU)
Threshold: 0.01 | Run: 3962 - Commit: |
MorphiZen EP Performance Results
EPContext Export Performance
EPContext Import Performance
OGA Benchmark Results
OGA Wheel Smoke (Python benchmark_e2e.py)
Run: 3962 - Commit: |
fhanuman
force-pushed
the
pr/shape-stack-08-contract-enforcement
branch
from
August 5, 2026 21:56
b19a841 to
de1b182
Compare
fhanuman
force-pushed
the
pr/shape-stack-08-contract-enforcement
branch
from
August 6, 2026 21:00
de1b182 to
0d93191
Compare
fhanuman
force-pushed
the
pr/shape-stack-08-contract-enforcement
branch
2 times, most recently
from
August 7, 2026 20:25
2d456e9 to
dca7d46
Compare
fhanuman
force-pushed
the
pr/shape-stack-08-contract-enforcement
branch
from
August 10, 2026 21:59
dca7d46 to
540b8bc
Compare
fhanuman
force-pushed
the
pr/shape-stack-08-contract-enforcement
branch
2 times, most recently
from
August 10, 2026 23:33
b5e615c to
b0eefad
Compare
fhanuman
force-pushed
the
pr/shape-stack-08-contract-enforcement
branch
2 times, most recently
from
August 11, 2026 13:29
69c423a to
d386631
Compare
fhanuman
force-pushed
the
pr/shape-stack-08-contract-enforcement
branch
from
August 11, 2026 14:19
d386631 to
def7ddf
Compare
fhanuman
force-pushed
the
pr/shape-stack-08-contract-enforcement
branch
from
August 11, 2026 16:25
def7ddf to
c457b04
Compare
Make each remaining DPS leaf declare its reviewed shape source and keep converter destinations aligned, then lock the inventory and frontend dedup rules with executable audits. Co-Authored-By: GPT-5.6 Sol <noreply@openai.com> Made-with: Cursor
fhanuman
force-pushed
the
pr/shape-stack-08-contract-enforcement
branch
from
August 11, 2026 21:22
c457b04 to
af000bf
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.
Summary
Make shape-contract selection explicit for every HIP destination-style operation and enforce the contract during the default local LIT build.
The inventory and source audits are invoked through LIT, so they run as part of the normal local build rather than relying on external CI policy.
Stack
This is PR 11 of 12 and depends on PR 10:
AI assistance
AI tools assisted with the TableGen migration, audit implementation, and stack reconstruction. The changes were checked with the local build, audit self-tests, inventory LIT, dedup LIT, and same-shape reification/verifier tests.
Made with Cursor