[all-commits] [llvm/llvm-project] d261aa: [mlir] Add TransposeOp to Linalg structured ops.
Oleg Shyshkov via All-commits
all-commits at lists.llvm.org
Wed Oct 19 03:28:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d261aa88f89332fbe9b1ee688ed5b75ae7414aff
https://github.com/llvm/llvm-project/commit/d261aa88f89332fbe9b1ee688ed5b75ae7414aff
Author: Oleg Shyshkov <shyshkov at google.com>
Date: 2022-10-19 (Wed, 19 Oct 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/Linalg.h
M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
M mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
M mlir/test/Dialect/Linalg/invalid.mlir
M mlir/test/Dialect/Linalg/roundtrip.mlir
Log Message:
-----------
[mlir] Add TransposeOp to Linalg structured ops.
RFC: https://discourse.llvm.org/t/rfc-primitive-ops-add-mapop-reductionop-transposeop-broadcastop-to-linalg/64184
Differential Revision: https://reviews.llvm.org/D135854
More information about the All-commits
mailing list