[Mlir-commits] [mlir] [mlir][tosa] Add FP8 support (PR #127730)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Mar 5 16:02:56 PST 2025
================
@@ -849,6 +969,18 @@ LogicalResult tosa::ConcatOp::inferReturnTypeComponents(
return success();
}
+LogicalResult tosa::ConcatOp::verify() {
+ // check that each input has same element type as output
+ auto outType = getOutput().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