[Mlir-commits] [mlir] TosaToTensor: Support reshape on tensors of unsigned integer (PR #91734)
Matthias Gehre
llvmlistbot at llvm.org
Thu May 23 23:54:09 PDT 2024
================
@@ -2617,3 +2617,37 @@ void mlir::tosa::populateTosaToLinalgConversionPatterns(
TileConverter>(patterns->getContext());
// clang-format on
}
+
+void mlir::tosa::populateTosaToLinalgTypeConversion(TypeConverter &converter) {
----------------
mgehre-amd wrote:
Good idea, I moved this to `mlir/lib/Dialect/Tosa/Transforms/TosaTypeConverters.cpp`
https://github.com/llvm/llvm-project/pull/91734
More information about the Mlir-commits
mailing list