[Mlir-commits] [mlir] [mlir][spirv] Add last 6 Element Binary operators to TOSA Ext Inst Set (PR #184121)
Jakub Kuderski
llvmlistbot at llvm.org
Wed Mar 4 09:55:18 PST 2026
================
@@ -127,6 +127,7 @@ def SPIRV_TosaArgMaxOp : SPIRV_TosaOpWithResult<"ArgMax", 0, [Pure,
Returns the index with the largest value across the given axis of the
input tensor. If multiple locations have equal values, returns the first
match along the search axis.
+ NAN Propagation Mode is ignored for inputs using integer element types.
----------------
kuhar wrote:
```suggestion
NaN Propagation Mode is ignored for inputs using integer element types.
```
also elsewhere
https://github.com/llvm/llvm-project/pull/184121
More information about the Mlir-commits
mailing list