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

Renato Golin llvmlistbot at llvm.org
Tue Feb 18 03:13:52 PST 2025


================
@@ -193,3 +193,23 @@ def contract(
     )
     fill_builtin_region(op.operation)
     return op
+
----------------
rengolin wrote:

nit: move this above `contract`, so that all `matmul` variants are together

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


More information about the Mlir-commits mailing list