[Mlir-commits] [mlir] [mlir][tosa] Allow integer gather/scatter ops in fp profile (PR #183342)
Ian Tayler Lessa
llvmlistbot at llvm.org
Thu Mar 5 03:33:33 PST 2026
IanTaylerLessa-arm wrote:
LGTM.
Nit: it seems like all of our relevant tests for validation use `pro_fp` and `pro_int` at the same time. It would be nice to add a test for:
* Only `pro_fp`, with TOSA 1.0, fails validation
* Something including `pro_int`, using TOSA 1.0, passes validation [unless we already have this one, but I couldn't find it]
* `Only `pro_fp`, using TOSA 1.1.draft, passes validation
That's optional, though.
https://github.com/llvm/llvm-project/pull/183342
More information about the Mlir-commits
mailing list