This patch changes axis attribute type from I64Attr to I32Attr
to match the TOSA spec.
Signed-off-by: Tai Ly <tai.ly@arm.com>
Change-Id: I88416f0b102f8ac2191da63a3fbce25759f19613
Paths
| Differential D157424
[mlir][tosa] Change axis to I32Attr ClosedPublic Authored by Tai78641 on Aug 8 2023, 11:16 AM.
Details
Summary This patch changes axis attribute type from I64Attr to I32Attr Signed-off-by: Tai Ly <tai.ly@arm.com>
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 15 2023, 11:32 AM This revision was landed with ongoing or failed builds.Aug 15 2023, 12:05 PM Closed by commit rGfc0d4d53ced1: [mlir][tosa] Change axis to I32Attr (authored by Tai78641, committed by Robert Suderman <suderman@google.com>). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 548291 mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
mlir/lib/Dialect/Tosa/Transforms/TosaDecomposeTransposeConv.cpp
mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
mlir/test/Conversion/TosaToTensor/tosa-to-tensor.mlir
mlir/test/Dialect/Tosa/canonicalize.mlir
mlir/test/Dialect/Tosa/constant-op-fold.mlir
mlir/test/Dialect/Tosa/constrained_shapes.mlir
mlir/test/Dialect/Tosa/fold_concats.mlir
mlir/test/Dialect/Tosa/invalid.mlir
mlir/test/Dialect/Tosa/level_check.mlir
mlir/test/Dialect/Tosa/ops.mlir
mlir/test/Dialect/Tosa/tosa-decompose-transpose-conv.mlir
mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir
|