[Mlir-commits] [mlir] [mlir][tosa] Support RescaleOp with dynamic extension in TosaToLinalg (PR #155967)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Sep 9 02:19:29 PDT 2025


ShivaChen wrote:

> Thanks for creating the issue. I was actually thinking of more of a checklist for ext-dynamic support in tosa-to-linalg. e.g. non-const mul shift was supported in #155197, this PR supports non-const shift, multiplier, input_zp, and output_zp. In the future we could look at supporting the rest of the ext-dynamic changes (https://www.mlplatform.org/tosa/tosa_spec_1_0_0.html#_ext_dynamic_extension). An issue will help to track this progress

Hi @lhutton1, it seems to be a good idea. I have updated https://github.com/llvm/llvm-project/issues/157378. Feel free to tweak the description of the issue. Thank you very much for your guidance.

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


More information about the Mlir-commits mailing list