[Mlir-commits] [mlir] [mlir][spirv] Add comparison and elementwise ternary ops in TOSA Ext Inst Set (PR #186356)

Davide Grohmann llvmlistbot at llvm.org
Fri Mar 13 08:43:44 PDT 2026


================
@@ -1742,4 +1771,114 @@ def SPIRV_TosaSinOp : SPIRV_TosaFloatElementwiseUnaryOp<"Sin", 43> {
 }
 
 
+def SPIRV_TosaSelectOp : SPIRV_TosaOpWithResult<"Select", 44, [Pure,
----------------
davidegrohmann wrote:

added

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


More information about the Mlir-commits mailing list