[all-commits] [llvm/llvm-project] 2d72b6: [mlir][tosa] Add tosa.tile to linalg.generic lowering
rsuderman via All-commits
all-commits at lists.llvm.org
Tue Mar 23 13:15:03 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d72b675d5d544898e0af805b81453ba5c2b1696
https://github.com/llvm/llvm-project/commit/2d72b675d5d544898e0af805b81453ba5c2b1696
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[mlir][tosa] Add tosa.tile to linalg.generic lowering
Tiling operations are generic operations with modified indexing. Updated to to
linalg lowerings to perform this lowering.
Differential Revision: https://reviews.llvm.org/D99113
More information about the All-commits
mailing list