You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the changes in upstream LLVM Project, changes have to be made to the AdjustCallingConventions pass still the pass is not fully functional as of now. Hence, some of the tests related to this pass are disabled here: #3982.
This issue is to keep track of the progress made on fixing this issue.
The text was updated successfully, but these errors were encountered:
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]>
Due to the changes in upstream LLVM Project, changes have to be made to the
AdjustCallingConventions
pass still the pass is not fully functional as of now. Hence, some of the tests related to this pass are disabled here: #3982.This issue is to keep track of the progress made on fixing this issue.
The text was updated successfully, but these errors were encountered: