[all-commits] [llvm/llvm-project] 1a431b: [mlir][Tosa] Fix attr type of out_shape for `tosa....
Longsheng Mou via All-commits
all-commits at lists.llvm.org
Wed Sep 11 18:10:37 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a431bcea7c2606ebaab47b58e5bba082189675c
https://github.com/llvm/llvm-project/commit/1a431bcea7c2606ebaab47b58e5bba082189675c
Author: Longsheng Mou <longshengmou at gmail.com>
Date: 2024-09-12 (Thu, 12 Sep 2024)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
M mlir/include/mlir/Dialect/Tosa/IR/TosaTypesBase.td
M mlir/include/mlir/IR/CommonAttrConstraints.td
M mlir/test/Dialect/Tosa/invalid.mlir
Log Message:
-----------
[mlir][Tosa] Fix attr type of out_shape for `tosa.transpose_conv2d` (#108041)
This patch fixes attr type of out_shape, which is i64 dense array
attribute with exactly 4 elements.
- Fix description of DenseArrayMaxCt
- Add DenseArrayMinCt and move it to CommonAttrConstraints.td
- Change type of out_shape to Tosa_IntArrayAttr4
Fixes #107804.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list