[all-commits] [llvm/llvm-project] ee260c: [mlir] [VectorOps] Multi-dim reductions for loweri...
Aart Bik via All-commits
all-commits at lists.llvm.org
Thu Feb 20 14:17:15 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ee260c1a0f1c0a8fd1179cdab9fb4312086dcc54
https://github.com/llvm/llvm-project/commit/ee260c1a0f1c0a8fd1179cdab9fb4312086dcc54
Author: aartbik <ajcbik at google.com>
Date: 2020-02-20 (Thu, 20 Feb 2020)
Changed paths:
M mlir/lib/Dialect/VectorOps/VectorTransforms.cpp
M mlir/test/Dialect/VectorOps/vector-contract-transforms.mlir
Log Message:
-----------
[mlir] [VectorOps] Multi-dim reductions for lowering vector.contract
Summary:
This implements the last step for lowering vector.contract progressively
to LLVM IR (except for masks). Multi-dimensional reductions that remain
after expanding all parallel dimensions are lowered into into simpler
vector.contract operations until a trivial 1-dim reduction remains.
Reviewers: nicolasvasilache, andydavis1
Reviewed By: andydavis1
Subscribers: mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, Joonsoo, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D74880
More information about the All-commits
mailing list