-
Notifications
You must be signed in to change notification settings - Fork 802
Bump LLVM to 4ac4726d00644f6c6b0e2de1df0d00deed0015bf #21175
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
lialan
merged 1 commit into
iree-org:main
from
nicolasvasilache:users/nico/pad-attention-integrate-only
Jun 26, 2025
Merged
Bump LLVM to 4ac4726d00644f6c6b0e2de1df0d00deed0015bf #21175
lialan
merged 1 commit into
iree-org:main
from
nicolasvasilache:users/nico/pad-attention-integrate-only
Jun 26, 2025
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
a5d8087 to
9026569
Compare
Merged
9026569 to
60a321e
Compare
60a321e to
7c18d18
Compare
Max191
approved these changes
Jun 25, 2025
Contributor
Max191
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stamping but I’m not able to review all the changes right now. If there are changes that need a closer look in here then might want to wait for another approval too
MaheshRavishankar
approved these changes
Jun 25, 2025
e662694 to
0f9eb07
Compare
0f9eb07 to
aa65b4e
Compare
45 tasks
nicolasvasilache
added a commit
that referenced
this pull request
Jul 6, 2025
This PR makes OnlineAttention derive from IndexingMapOpInterface and make it pad with transform.structured.pad_tiling_interface. Additionally, ensures the dynamic case pads to a constant before tiling and properly canonicalizes to constant shapes once AffineMin simplification kicks in. This requires integrating LLVM past d31ba5256327d30f264c2f671bf197877b242cde. The integrate PR is separated in #21175 --------- Signed-off-by: Nicolas Vasilache <[email protected]> Signed-off-by: Nicolas Vasilache <[email protected]> Co-authored-by: Nicolas Vasilache <[email protected]> Co-authored-by: Kunwar Grover <[email protected]>
keshavvinayak01
pushed a commit
to keshavvinayak01/iree
that referenced
this pull request
Sep 4, 2025
Carrying reverts from iree-org#21162 Also added a revert for [4d21da002a056c64231fb89ee9e4eba90080e9bb](https://github.com/llvm/llvm-project/pull/144158) (not a hard fix, just is a load bearing change that should be done as a seperate cherry pick) Adds a local commit to stablehlo to allow compiling with the new llvm patch Co-authored-by: Kunwar Grover <[email protected]> Signed-off-by: keshavvinayak01 <[email protected]>
keshavvinayak01
pushed a commit
to keshavvinayak01/iree
that referenced
this pull request
Sep 4, 2025
This PR makes OnlineAttention derive from IndexingMapOpInterface and make it pad with transform.structured.pad_tiling_interface. Additionally, ensures the dynamic case pads to a constant before tiling and properly canonicalizes to constant shapes once AffineMin simplification kicks in. This requires integrating LLVM past d31ba5256327d30f264c2f671bf197877b242cde. The integrate PR is separated in iree-org#21175 --------- Signed-off-by: Nicolas Vasilache <[email protected]> Signed-off-by: Nicolas Vasilache <[email protected]> Co-authored-by: Nicolas Vasilache <[email protected]> Co-authored-by: Kunwar Grover <[email protected]> Signed-off-by: keshavvinayak01 <[email protected]>
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.
Carrying reverts from #21162
Also added a revert for 4d21da002a056c64231fb89ee9e4eba90080e9bb (not a hard fix, just is a load bearing change that should be done as a seperate cherry pick)
Adds a local commit to stablehlo to allow compiling with the new llvm patch