[all-commits] [llvm/llvm-project] 12a475: [mlir][TosaToLinalg] Lower tosa reduce operations ...
Amir Bishara via All-commits
all-commits at lists.llvm.org
Tue Oct 10 07:39:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 12a4757b0fa25baac853498671a34e2f34f92b80
https://github.com/llvm/llvm-project/commit/12a4757b0fa25baac853498671a34e2f34f92b80
Author: Amir Bishara <139038766+amirBish at users.noreply.github.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[mlir][TosaToLinalg] Lower tosa reduce operations to linalg reduce op (#68480)
-lowering tosa reduce operations to linalg.reduce
op which indicates explicit reduce operation.
-the linalg reduce op doesn't have iterator
types or indexing maps instead it has a reduction
dimension which would provide the necessary
information.
More information about the All-commits
mailing list