[Mlir-commits] [mlir] [mlir][linalg] Add mixed precision folding pattern in vectorize_children_and_apply_patterns TD Op (PR #148684)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Tue Jul 15 09:10:28 PDT 2025
================
@@ -2347,6 +2347,9 @@ def VectorizeChildrenAndApplyPatternsOp :
operation that is contained inside the vectorization target.
This transformation supports the following attributes:
+ - `vectorize_mixed_precision`: a `UnitAttr` to activate the vectorization
----------------
banach-space wrote:
```suggestion
- `fold_mixed_precision_into_contract`: a `UnitAttr` to activate the vectorization
```
IIUC, vectorization will happen regardless of this this attribute. Could you update the comment accordingly? Thanks!
https://github.com/llvm/llvm-project/pull/148684
More information about the Mlir-commits
mailing list