[Mlir-commits] [mlir] [mlir][spirv] Add Pooling, Fourier Transform, and MatMul operations t… (PR #177585)
Igor Wodiany
llvmlistbot at llvm.org
Fri Jan 23 08:43:09 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 numElements> :
----------------
IgWod-IMG wrote:
nit: Saying "struct length" sounds a bit odd, wouldn't "struct size" be better?
https://github.com/llvm/llvm-project/pull/177585
More information about the Mlir-commits
mailing list