[Mlir-commits] [mlir] [MLIR][TOSA] Fix validation for unsigned integer types in RescaleOp (PR #137838)
Peng Sun
llvmlistbot at llvm.org
Fri May 2 03:27:21 PDT 2025
psunn wrote:
Hi, thanks for looking into this issue.
The issue you mentioned above concerns whether the TOSA validation pass should allow ui8/16 inputs and outputs — we can continue the discussion from that perspective.
However, the changes in this PR modify the zero-point verification logic in the RescaleOp verifier, which seems unrelated to the issue above.
https://github.com/llvm/llvm-project/pull/137838
More information about the Mlir-commits
mailing list