refactor(ir): add AtomSched operation declarations - #186
Merged
zhen8838 merged 8 commits intoSep 25, 2026
Merged
Conversation
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.
Why
What
ir.pattern, rename constraints to clauses, and add match/constraint utilities plus mesh and layout patterns.ParamDef.effect,PointerType, pointer-based memory operation declarations, and Copy/Fill/Cast scheduling metadata.TupleGetItem.indexan input and support dynamic tuple indexing through parsing, printing, evaluation, analysis, and CUDA emission.Contract
make_meshnow composesMeshvalues;separatereverses layered composition, and multi-level meshes support per-level slicing.tilefoundry.ir.core.patternis removed in favor oftilefoundry.ir.pattern;DimVarRangePatis nowRangePattern, including the public DSL export.tilefoundry.ir.constraintsis renamed totilefoundry.ir.clausewith the corresponding public type and metadata names.ParamDef.effect;PointerTypeis part of the publicTypeunion.T.tensor_viewconsumes a pointer operand. Pointer-view trailing coordinates are explicitly unsupported.TupleGetItem.indexis a scalar input. Dynamic indices require a non-empty homogeneous tuple and conservatively read all tuple leaves.Risk
cute::array{...}; Stage 2b must validate it in a compiled dynamic-stage fixture.