[Mlir-commits] [mlir] [mlir][spirv] Add Gather/Scatter/Resize ops in TOSA Ext Inst Set (PR #188497)

Davide Grohmann llvmlistbot at llvm.org
Fri Mar 27 07:04:12 PDT 2026


================
@@ -147,6 +151,27 @@ class MatchBroadcastableShapes<string input1, string input2, string output>:
     "})">]>
   >;
 
+class SameDimsOrDynamicPred<string lhs, int lhsDim, string rhs, int rhsDim> :
----------------
davidegrohmann wrote:

Yes makes sense. Shall we do that in a following up patch?

https://github.com/llvm/llvm-project/pull/188497


More information about the Mlir-commits mailing list