[Mlir-commits] [mlir] [mlir][spirv] Add comparison and elementwise ternary ops in TOSA Ext Inst Set (PR #186356)
Jakub Kuderski
llvmlistbot at llvm.org
Fri Mar 13 06:24:00 PDT 2026
================
@@ -1742,4 +1771,114 @@ def SPIRV_TosaSinOp : SPIRV_TosaFloatElementwiseUnaryOp<"Sin", 43> {
}
+def SPIRV_TosaSelectOp : SPIRV_TosaOpWithResult<"Select", 44, [Pure,
----------------
kuhar wrote:
I think we have a selection op interfect this might want to implement
https://github.com/llvm/llvm-project/pull/186356
More information about the Mlir-commits
mailing list