[Mlir-commits] [mlir] [mlir][tosa] Add FP8 support (PR #127730)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Mar 5 16:03:08 PST 2025
================
@@ -1238,6 +1487,11 @@ LogicalResult tosa::TileOp::inferReturnTypeComponents(
}
LogicalResult tosa::TileOp::verify() {
+ if (verifySameElementTypes(*this, /* intype = */ getInput1().getType(),
----------------
Jerry-Ge wrote:
https://github.com/llvm/llvm-project/pull/127923 merged
https://github.com/llvm/llvm-project/pull/127730
More information about the Mlir-commits
mailing list