diff options
author | ShivaChen <32083954+ShivaChen@users.noreply.github.com> | 2025-10-14 10:10:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-14 10:10:18 +0800 |
commit | 107ca636352bcf31535924fa03df2852b70d0af3 (patch) | |
tree | 568b3a4327b20ec8150ed5e7d38064e4d7cb6779 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 6cec3622f63c565b8fb42b63539a797d5d786be9 (diff) | |
download | llvm-107ca636352bcf31535924fa03df2852b70d0af3.zip llvm-107ca636352bcf31535924fa03df2852b70d0af3.tar.gz llvm-107ca636352bcf31535924fa03df2852b70d0af3.tar.bz2 |
[mlir][tosa] Support RescaleOp with dynamic extension in TosaToLinalg (#155967)
The shift, multiplier, inputZp, and outputZp can be either constant or
non-constant, depending on whether dynamic extension is enabled.
When these values are non-constant, they are added as inputs to
linalg::GenericOp, and corresponding affine maps are appended to the
indexingMaps.
The commit help to pass following Tosa conformance tests.
rescale_22x20_i32_outi8_sc0_rmS_pc0_iu0_ou0_dyn
rescale_31x18_i8_outi8_sc0_rmS_pc0_iu1_ou0_dyn
rescale_20x19_i16_outi8_sc0_rmS_pc0_iu1_ou0_dyn
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions