[all-commits] [llvm/llvm-project] ff2359: [mlir][tosa] Update TOSA resize to match specifica...
TatWai Chong via All-commits
all-commits at lists.llvm.org
Wed Oct 5 13:20:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff23599a0dfc857c4e80854a35026be4a29dd57c
https://github.com/llvm/llvm-project/commit/ff23599a0dfc857c4e80854a35026be4a29dd57c
Author: TatWai Chong <tatwai.chong at arm.com>
Date: 2022-10-05 (Wed, 05 Oct 2022)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
M mlir/test/Dialect/Tosa/ops.mlir
M mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir
Log Message:
-----------
[mlir][tosa] Update TOSA resize to match specification
Attribute stride and shift are removed, and has new scale and border.
Signed-off-by: TatWai Chong <tatwai.chong at arm.com>
Change-Id: I6cdbeb3978f5ee540bc6cf59eb7c273eb0131430
Reviewed By: rsuderman
Differential Revision: https://reviews.llvm.org/D131629
More information about the All-commits
mailing list