-
Notifications
You must be signed in to change notification settings - Fork 2.4k
[BACKEND] Update LLVM version to https://github.com/llvm/llvm-project/commit/b8649098a7fcf598406d8d8b7d68891d1444e9c8 #8270
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
Open
olegshyshkov
wants to merge
20
commits into
triton-lang:main
Choose a base branch
from
openxla:llvm-b8649098a7fcf598406d8d8b7d68891d1444e9c8
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
…ng#6735) Removed `addArgumentMaterialization` since that method was removed from MLIR in llvm/llvm-project@23e3cbb
This pulls in a QoL fix affecting usage of `DistinctAttr`
Pick up the fix to op_sel settings of the v_cvt_scalef32_pk* instructions: llvm/llvm-project#151411 and llvm/llvm-project#151286
Pick up the fix to op_sel settings of the v_cvt_scalef32_pk* instructions: llvm/llvm-project#151411 and llvm/llvm-project#151286
Updating llvm-head to trigger the build --------- Signed-off-by: Anatoly Myachev <[email protected]> Co-authored-by: Anatoly Myachev <[email protected]>
…g#8042) For the triton 3.5 release, we want to cherry-pick a few new changes (in triton-lang/[email protected]) * f56d3448d0e7b238876fbb549dccce15ff2d9347 to fix some divide-by-zero compiler crashes * c9ba8a8430b7f2a7e3b482a7366c96ec1f6848c0 and 7d5de3033187c8a3bb4d2e322f5462cdaf49808f for supporting sm_88 and sm_110 NVIDIA architectures We'd like to land this into llvm-head to trigger the llvm build, and then we can revert the change once the build has completed to avoid any conflicts with future llvm-head work (which probably doesn't want to be on triton-lang/llvm-project for now)
This was referenced Sep 26, 2025
Closed
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.
No description provided.