[Mlir-commits] [mlir] [MLIR] TosaToLinalgNamed: Lower unsigned tosa.max_pool2d (PR #123290)
Georgios Pinitas
llvmlistbot at llvm.org
Mon Jan 20 03:14:22 PST 2025
GeorgeARM wrote:
> > I wonder is unsigned `tosa.max_pool2d` defined from the spec? [mlplatform.org/tosa/tosa_spec.html#_max_pool2d](https://www.mlplatform.org/tosa/tosa_spec.html#_max_pool2d)
>
> We had previously agreed (in a TOSA community meeting) to allow more data types in MLIR where useful. The TOSA validation pass can be used to reject them if strict adherence to the spec is needed. Examples are: #86509 #91734 #91749
Makes sense @mgehre-amd and as mentioned above understand the need. Will proceed with approving this.
https://github.com/llvm/llvm-project/pull/123290
More information about the Mlir-commits
mailing list