[Mlir-commits] [mlir] [mlir][spirv] Add Pooling, Fourier Transform, and MatMul operations t… (PR #177585)
Jakub Kuderski
llvmlistbot at llvm.org
Fri Jan 23 05:52:38 PST 2026
================
@@ -67,4 +69,19 @@ def SPIRV_Int32_1DTensorArmOfLength6Attr : ConfinedAttr<RankedI32ElementsAttr<[6
def SPIRV_TosaNumerical_1DTensorArmOfLength1 : SPIRV_1DTensorArmOfLengthAndType<[1], [SPIRV_TosaNumerical]>;
+// Struct type
+
+class IsStructOfLengthPred<int allowedLength> :
----------------
kuhar wrote:
```suggestion
class IsStructOfLengthPred<int numElements> :
```
?
https://github.com/llvm/llvm-project/pull/177585
More information about the Mlir-commits
mailing list