[Mlir-commits] [mlir] [mlir][tosa] Allow integer gather/scatter ops in fp profile (PR #183342)

Luke Hutton llvmlistbot at llvm.org
Tue Mar 10 09:59:07 PDT 2026


lhutton1 wrote:

Thanks for the suggestion, I've added the requested tests. In doing so I found an issue with how the profile compliance was checking operations. Essentially it was selecting the first entry, without regard for any others. Since this change has added new entries with duplicate operator data types, profile compliance would determine int gather/scatter with only pro_fp to be illegal. I've fixed this in the most recent changes and taken the opportunity to clean up the implementation / improve the error messages.

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


More information about the Mlir-commits mailing list