-
Notifications
You must be signed in to change notification settings - Fork 532
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate LLVM at e2402615a5a76d46a433dfcc1de10b38a1263c9d (#3982)
Update LLVM to llvm/llvm-project@e240261 Update StableHlo to openxla/stablehlo@8cd9444 Updates API calls from: 1. `applyPatternsAndFoldGreedily` -> `applyPatternsGreedily` 2. `applyOpPatternsAndFold` -> `applyOpPatternsGreedily` This commit also inlines the `BufferizeTypeConverter` in Torch-MLIR which has been removed from the LLVM project here: llvm/llvm-project@2ff2e87. This commit also updates the `AdjustCallingConventions` pass in order to align with the changes made for `TypeConverter` upstream. Some of the tests from the `adjust-calling-conventions.mlir` are disabled for the time being since they are not supported even after making changes in the pass. We will enable them once the `AdjustCallingConventions` pass is fully functional in a seperate PR. The fix will be tracked by #3983. TOSA Updates Summary: Update Torch to TOSA legalizations with TOSA 1.0 ops' forms from LLVM hash 64edde66. Changes include: TOSA Pad op's new shape requirement TOSA Convolution ops' new acc_type TOSA Tile with multiples as a !tosa.shape input --------- Signed-off-by: Vivek Khandelwal <[email protected]> Co-authored-by: Justin Ngo <[email protected]>
- Loading branch information
1 parent
af8514c
commit 1225073
Showing
29 changed files
with
430 additions
and
178 deletions.
There are no files selected for viewing
Submodule llvm-project
updated
18624 files
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
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
Oops, something went wrong.