[PATCH] D74284: [mlir][VectorOps][EDSC] Add EDSC for VectorOps
Nicolas Vasilache via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 8 10:55:42 PST 2020
nicolasvasilache created this revision.
nicolasvasilache added reviewers: ftynse, mehdi_amini, rriddle, aartbik.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, burmako, jpienaar, mgorny.
Herald added 1 blocking reviewer(s): rriddle.
Herald added a project: LLVM.
This revision adds EDSC support for VectorOps to enable the creation of a `vector_matmul` declaratively. The `vector_matmul` is a simple configuration
of the `vector.contract` op that follows the StructuredOps abstraction.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D74284
Files:
mlir/include/mlir/Dialect/Linalg/EDSC/Builders.h
mlir/include/mlir/Dialect/Utils/StructuredOpsUtils.h
mlir/include/mlir/Dialect/VectorOps/EDSC/Builders.h
mlir/include/mlir/Dialect/VectorOps/EDSC/Intrinsics.h
mlir/include/mlir/Dialect/VectorOps/VectorOps.td
mlir/include/mlir/EDSC/Builders.h
mlir/include/mlir/IR/AffineMap.h
mlir/lib/Dialect/Linalg/EDSC/Builders.cpp
mlir/lib/Dialect/VectorOps/CMakeLists.txt
mlir/lib/Dialect/VectorOps/EDSC/Builders.cpp
mlir/lib/Dialect/VectorOps/VectorOps.cpp
mlir/lib/IR/AffineMap.cpp
mlir/test/EDSC/CMakeLists.txt
mlir/test/EDSC/builder-api-test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74284.243391.patch
Type: text/x-patch
Size: 24930 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200208/057c59d5/attachment.bin>
More information about the llvm-commits
mailing list