[Mlir-commits] [mlir] [mlir][spirv] Add 6 Element Binary operators to TOSA Ext Inst Set (PR #179627)
Jakub Kuderski
llvmlistbot at llvm.org
Wed Feb 11 06:00:11 PST 2026
================
@@ -62,6 +62,19 @@ class SPIRV_TosaOpWithComplexResult<string mnemonic, int opcode, list<Trait> tra
}];
}
+class SPIRV_TosaElementwiseBinaryOp<string mnemonic, int opcode, list<Trait> traits = []> :
----------------
kuhar wrote:
We can have multiple base classes: one for the more general case, one more specialized one for broad coverage
https://github.com/llvm/llvm-project/pull/179627
More information about the Mlir-commits
mailing list