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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Mar 5 16:03:19 PST 2025


================
@@ -117,7 +117,7 @@ struct DepthwiseConv2DIsMul : public OpRewritePattern<tosa::DepthwiseConv2DOp> {
 
       Value padSizeVal = getTosaConstShape(rewriter, op->getLoc(), pad);
 
-      auto padTy = RankedTensorType::get({}, inputETy);
+      auto padTy = RankedTensorType::get({1}, inputETy);
----------------
Jerry-Ge wrote:

removed

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


More information about the Mlir-commits mailing list