[Mlir-commits] [mlir] [mlir][x86vector] Lower vector.contract to sequence of FMAs (PR #163382)

Adam Siemieniuk llvmlistbot at llvm.org
Thu Oct 16 02:02:08 PDT 2025


adam-smnk wrote:

I'd also suggest checking if sth similar can't be achieved by combination of existing transforms like:
```mlir
transform.apply_patterns.vector.lower_contraction lowering_strategy = "outerproduct"
transform.apply_patterns.vector.lower_outerproduct
```

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


More information about the Mlir-commits mailing list