[Mlir-commits] [mlir] [mlir][linalg] Guard pack tensor semantics (PR #206011)

Adam Siemieniuk llvmlistbot at llvm.org
Fri Jun 26 03:11:19 PDT 2026


================
@@ -444,6 +444,25 @@ module attributes {transform.with_named_sequence} {
 
 // -----
 
+func.func @memref_matmul(%A: memref<?x?xf32>, %B: memref<?x?xf32>,
----------------
adam-smnk wrote:

nit: I'd also give it a bit more descriptive name like `@matmul_unsupported_memref_pack`

I know the other test cases in this file aren't the most descriptive either but let's try to improve that a bit 🙂

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


More information about the Mlir-commits mailing list