[Mlir-commits] [mlir] [mlir][spirv] Tighten SPIR-V TOSA pool constraints (PR #193515)
Davide Grohmann
llvmlistbot at llvm.org
Fri Apr 24 04:14:27 PDT 2026
================
@@ -217,6 +225,14 @@ class ValuesIndicesShapesMatch<string values, string indices, string tensor>:
SameDimsOrDynamicPred<values, 2, tensor, 2>
]>>;
+class NHWCInputOutputShapeMatch<string input, string output>:
----------------
davidegrohmann wrote:
The shape of the tensors are [N,H,W,C] where N,H,W,C are the specific values of each dimension.
https://github.com/llvm/llvm-project/pull/193515
More information about the Mlir-commits
mailing list