[Mlir-commits] [mlir] [MLIR][Linalg] Introduce Python API for linalg.batch_matmul Ops. (PR #127614)

Md Asghar Ahmad Shahid llvmlistbot at llvm.org
Wed Feb 19 04:56:24 PST 2025


================
@@ -884,9 +888,10 @@ def BatchMatmulOp : LinalgStructuredBase_Op<"batch_matmul", !listconcat([AttrSiz
       }]>,
       OpBuilder<
       (ins "TypeRange":$resultTensorTypes, "ValueRange":$operands,
-            CArg<"ArrayRef<NamedAttribute>", "{}">:$attributes),
+            "Attribute":$cast, CArg<"ArrayRef<NamedAttribute>", "{}">:$attributes),
----------------
shahidact wrote:

Done.

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


More information about the Mlir-commits mailing list