[all-commits] [llvm/llvm-project] 562756: [mlir][tosa] Add tosa.concat to subtensor inserts ...
rsuderman via All-commits
all-commits at lists.llvm.org
Thu Mar 18 16:00:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5627564fe053bd257385157cea43e795e7c48e3f
https://github.com/llvm/llvm-project/commit/5627564fe053bd257385157cea43e795e7c48e3f
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-03-18 (Thu, 18 Mar 2021)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/CMakeLists.txt
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalgPass.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[mlir][tosa] Add tosa.concat to subtensor inserts lowering
Includes lowering for tosa.concat with indice computation with subtensor insert
operations. Includes tests along two different indices.
Differential Revision: https://reviews.llvm.org/D98813
More information about the All-commits
mailing list