[Mlir-commits] [mlir] [mlir][linalg] Improve contraction specialization (PR #201300)
Adam Siemieniuk
llvmlistbot at llvm.org
Wed Jun 3 05:06:10 PDT 2026
================
@@ -222,6 +222,24 @@ func.func @matmul(%A: tensor<?x?xf32>, %B: tensor<?x?xf32>,
// -----
+func.func @matmul_bool(%A: tensor<?x?xi1>, %B: tensor<?x?xi1>,
----------------
adam-smnk wrote:
nit: For completness, one contract test case in category roundtrip could be added
https://github.com/llvm/llvm-project/pull/201300
More information about the Mlir-commits
mailing list