[all-commits] [llvm/llvm-project] 1f7adf: [mlir][tosa] Fix tosa.concat by inserting linalg.f...
rsuderman via All-commits
all-commits at lists.llvm.org
Tue May 4 14:32:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f7adf8cb1d77ba35b8fa322c93d0d88a4cdc1f0
https://github.com/llvm/llvm-project/commit/1f7adf8cb1d77ba35b8fa322c93d0d88a4cdc1f0
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-05-04 (Tue, 04 May 2021)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[mlir][tosa] Fix tosa.concat by inserting linalg.fill after linalg.init
All linalg.init operations must be fed into a linalg operation before
subtensor. The inserted linalg.fill guarantees it executes correctly.
Reviewed By: mravishankar
Differential Revision: https://reviews.llvm.org/D101848
More information about the All-commits
mailing list