[Mlir-commits] [mlir] [mlir][x86] Lower vector.contract to packed type tiled dot-product. (PR #182810)
Arun Thangamani
llvmlistbot at llvm.org
Mon Mar 9 01:59:32 PDT 2026
================
@@ -71,5 +71,16 @@ def ApplyShuffleVectorFMAOpsPatternsOp : Op<Transform_Dialect,
let assemblyFormat = "attr-dict";
}
+def ApplyVectorContractToPackedTypeTiledDotProductPatternsOp : Op<Transform_Dialect,
----------------
arun-thmn wrote:
Okay. Re-named to `apply_patterns_x86_vector_contract_to_amx_dot_product`
https://github.com/llvm/llvm-project/pull/182810
More information about the Mlir-commits
mailing list