diff options
author | Jack Frankland <jack.frankland@arm.com> | 2025-02-03 09:36:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-03 09:36:50 +0000 |
commit | cc72042a94b80b7b2f8f7c383ad6e157260b817f (patch) | |
tree | 4ea0dc674f3e446b069c40297135510d02daf317 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 9ad4ebd82b604c8baa77af61eee77aad7f018de7 (diff) | |
download | llvm-cc72042a94b80b7b2f8f7c383ad6e157260b817f.zip llvm-cc72042a94b80b7b2f8f7c383ad6e157260b817f.tar.gz llvm-cc72042a94b80b7b2f8f7c383ad6e157260b817f.tar.bz2 |
[mlir][tosa] Make Convolution Zero Points Inputs (#122939)
The TOSA-v1.0 specification moves the "zero point" parameters of the
convolution operators CONV2D, CONV3D, DEPTHWISE_CONV2D, and
TRANSPOSE_CONV2D from attributes to inputs.
Make the zero points of the convolutions in the MLIR TOSA dialect inputs
and update any transformations, materializations and lit tests
appropriately.
Rename the "filter" argument of `tosa.transpose_conv2d` to weight to
align with the TOSA specification.
Remove the quantization_info attribute on the convolution operations.
Co-authored-by: TatWai Chong <tatwai.chong@arm.com>
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions