forked from triton-lang/triton
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BACKEND] Update llvm to llvm/llvm-project@f142f8afe2 (triton-lang#4619)
This contains the two commit we want to have for AMD backend: * llvm/llvm-project#102869 * llvm/llvm-project#104598 This needs to update `visitOperation` signature following llvm/llvm-project@15e915a44f Also added `mlir::LLVM::registerInlinerInterface` to address LLVM ERROR: checking for an interface (`mlir::DialectInlinerInterface`) that was promised by dialect 'llvm' but never implemented.
- Loading branch information
1 parent
e3d2f44
commit 884c0ad
Showing
5 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1115dee248e68a155001ac3712a189299d104863 | ||
f142f8afe21bceb00fb495468aa0b5043e98c419 |
This file contains 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 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 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 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