[Mlir-commits] [mlir] [mlir][vector] NFC - Add more structured interface support to vector.… (PR #145313)
Fabian Mora
llvmlistbot at llvm.org
Mon Jun 23 06:16:12 PDT 2025
================
@@ -207,6 +207,39 @@ def Vector_ContractionOp :
.template getAsValueRange<IteratorTypeAttr, IteratorType>();
return {range.begin(), range.end()};
}
+
+ //===------------------------------------------------------------------===//
+ // The code below is shared with LinalgStructuredInterface.
+ // vector.contract is really a linalg.generic on vectors without region.
+ // TODO: factor out in a common interface to inherit from ince identified.
----------------
fabianmcg wrote:
```suggestion
// TODO: factor out in a common interface to inherit from once identified.
```
https://github.com/llvm/llvm-project/pull/145313
More information about the Mlir-commits
mailing list