[all-commits] [llvm/llvm-project] 363c61: [mlir][tosa] Align `shift` attribute of `TOSA_MulO...
Georgios Pinitas via All-commits
all-commits at lists.llvm.org
Mon Oct 2 15:02:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 363c617aac9d5e8058be549a3c59e3b085c09a54
https://github.com/llvm/llvm-project/commit/363c617aac9d5e8058be549a3c59e3b085c09a54
Author: Georgios Pinitas <georgios.pinitas at arm.com>
Date: 2023-10-02 (Mon, 02 Oct 2023)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
M mlir/test/Dialect/Tosa/broadcast.mlir
M mlir/test/Dialect/Tosa/canonicalize.mlir
M mlir/test/Dialect/Tosa/constant-op-fold.mlir
M mlir/test/Dialect/Tosa/ops.mlir
M mlir/test/Dialect/Tosa/tosa-decompose-depthwise.mlir
M mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir
Log Message:
-----------
[mlir][tosa] Align `shift` attribute of `TOSA_MulOp` with the spec (#67816)
According to specification the `shift` attribute of the Mul operator in
TOSA is of signless i8 type instead of i32.
Signed-off-by: Georgios Pinitas <georgios.pinitas at arm.com>
More information about the All-commits
mailing list