[all-commits] [llvm/llvm-project] 40a02f: [mlir][tosa] Added tosa to linalg lowering to unst...
rsuderman via All-commits
all-commits at lists.llvm.org
Tue Jul 20 15:15:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 40a02fae87ca7de676f6b9d96532c760130ccc68
https://github.com/llvm/llvm-project/commit/40a02fae87ca7de676f6b9d96532c760130ccc68
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOps.yaml
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/python/mlir/dialects/linalg/opdsl/ops/core_named_ops.py
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[mlir][tosa] Added tosa to linalg lowering to unstrided transposed conv
The unstrided transposed conv can be represented as a regular convolution.
Lower to this variant to handle the basic case. This includes transitioning from
the TC defined convolution operation and a yaml defined one.
Reviewed By: NatashaKnk
Differential Revision: https://reviews.llvm.org/D106389
More information about the All-commits
mailing list