[Mlir-commits] [mlir] [mlir][tosa] Add FP8 support (PR #127730)

Georgios Pinitas llvmlistbot at llvm.org
Wed Feb 19 03:48:28 PST 2025


================
@@ -1238,6 +1487,11 @@ LogicalResult tosa::TileOp::inferReturnTypeComponents(
 }
 
 LogicalResult tosa::TileOp::verify() {
+  if (verifySameElementTypes(*this, /* intype = */ getInput1().getType(),
----------------
GeorgeARM wrote:

Are all these verifiers part of the fp8 support? It doesn't feel like it. Can we pull into a separate patch?

https://github.com/llvm/llvm-project/pull/127730


More information about the Mlir-commits mailing list