[all-commits] [llvm/llvm-project] 64c4dc: [mlir][Linalg] Extend linalg vectorization to Matm...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Fri Jan 17 14:13:57 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 64c4dcb5eef20fca9e125148a74e529643696e2b
https://github.com/llvm/llvm-project/commit/64c4dcb5eef20fca9e125148a74e529643696e2b
Author: Nicolas Vasilache <ntv at google.com>
Date: 2020-01-17 (Fri, 17 Jan 2020)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransformPatterns.td
M mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransforms.h
M mlir/lib/Dialect/Linalg/Transforms/LinalgTransforms.cpp
M mlir/test/Dialect/Linalg/transform-patterns.mlir
M mlir/test/lib/DeclarativeTransforms/TestLinalgTransformPatterns.td
Log Message:
-----------
[mlir][Linalg] Extend linalg vectorization to MatmulOp
Summary:
This is a simple extension to allow vectorization to work not only on GenericLinalgOp
but more generally across named ops too.
For now, this still only vectorizes matmul-like ops but is a step towards more
generic vectorization of Linalg ops.
Reviewers: ftynse
Subscribers: mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, arpith-jacob, mgester, lucyrfox, aartbik, liufengdb, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D72942
More information about the All-commits
mailing list