[all-commits] [llvm/llvm-project] 8e7630: [mlir][tosa] Fix tosa.resize for i48 accumulator
Rob Suderman via All-commits
all-commits at lists.llvm.org
Wed Dec 7 11:28:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e7630ece1250bc40be78ba17ac5823c1d678f77
https://github.com/llvm/llvm-project/commit/8e7630ece1250bc40be78ba17ac5823c1d678f77
Author: Rob Suderman <suderman at google.com>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg-resize.mlir
Log Message:
-----------
[mlir][tosa] Fix tosa.resize for i48 accumulator
Implementation assumed a i32 accumulator. Fixed the implementation to
work with an i32 accumulator.
Reviewed By: NatashaKnk
Differential Revision: https://reviews.llvm.org/D139365
More information about the All-commits
mailing list