[Mlir-commits] [mlir] [mlir][tosa] Add row_gather operator (PR #202895)

Luke Hutton llvmlistbot at llvm.org
Mon Jun 15 07:13:21 PDT 2026


================

----------------
lhutton1 wrote:

I believe this should be equivalent and is simply influenced by how the data type support is defined in the specification. That is:
```
{{{Profile::pro_int},
       {{{i64T, i32T, i64T}, SpecificationVersion::V_1_1_DRAFT},
...
{{Profile::pro_fp},
       {{{i64T, i32T, i64T}, SpecificationVersion::V_1_1_DRAFT},
```
is the same as:
```
{{{Profile::pro_int, Profile::pro_fp},
       {{{i64T, i32T, i64T}, SpecificationVersion::V_1_1_DRAFT},
```

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


More information about the Mlir-commits mailing list