[Mlir-commits] [mlir] [mlir][tosa] Remove Quantization Attribute (PR #125479)

Georgios Pinitas llvmlistbot at llvm.org
Mon Feb 3 04:14:59 PST 2025


GeorgeARM wrote:

> >  Also, didn't see any tests and verifier changes when having fp and zero-points. Is this already handled?
> 
> 
> 
> Not sure I'm completely following here, but I think until these are moved to inputs they will always be integers since they are i32 attributes?

Do the operators you changed can have fp as inputs/outputs? If yes,  do we expect to have a zero point on such configurations? Do we check in the verifier and raise an error when a zero point is provided with fp?

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


More information about the Mlir-commits mailing list