-
Notifications
You must be signed in to change notification settings - Fork 17
feat(analysis): support unit-dependent loop starts #175
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
zhen8838
merged 25 commits into
tile-ai:main
from
zhen8838:feat/unit-dependent-loop-start
Sep 22, 2026
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
5cedb0d
feat(hir): add value range metadata
zhen8838 307c597
fix(hir): preserve cached value ranges
zhen8838 0dae330
fix(hir): narrow symbolic dimension detection
zhen8838 1989df1
feat(analysis): support bounded loop endpoints
zhen8838 2433684
fix(analysis): enumerate bounded parameter domains
zhen8838 67273b6
fix(analysis): reject unknown trip counts
zhen8838 4416a68
fix(analysis): bind access parameters by name
zhen8838 9325b55
feat(analysis): distinguish bounded access parameters
zhen8838 cc2889a
feat(parser): support unit-dependent tile bounds
zhen8838 d31835d
feat(analysis): validate unit-dependent loop starts
zhen8838 448d74c
fix(analysis): preserve converter and realistic fixture coverage
zhen8838 66cd89c
refactor(parser): simplify reviewed loop-bound paths
zhen8838 9bc10d1
docs(analysis): structure parameter constraints
zhen8838 94681a9
test(analysis): remove superseded persistent coverage
zhen8838 67ebcf4
refactor(types): colocate ShapeDim with tensor types
zhen8838 daa3396
refactor(analysis): separate iteration scope responsibilities
zhen8838 279643b
refactor(analysis): centralize enclosing loop traversal
zhen8838 890e9c1
refactor(analysis): unify cardinality counting
zhen8838 4931970
test(analysis): define empty parameter cardinality
zhen8838 2a657b5
refactor(types): clarify dim isl boundaries
zhen8838 bedef60
refactor(visitor-registry): isolate type inference visitor
zhen8838 de334e5
test(analysis): cover persistent schedule invariants
zhen8838 f18b3f4
refactor(ir): move isl interop out of types
zhen8838 1942765
refactor(analysis): clarify loop term ownership
zhen8838 713390c
refactor(analysis): publish shared analysis helpers
zhen8838 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
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
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.