[PATCH] D73443: [mlir][VectorOps] add reshape support during type_cast
Tuowen Zhao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 26 19:49:52 PST 2020
ztuowen created this revision.
Herald added subscribers: llvm-commits, liufengdb, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, burmako, jpienaar, rriddle, mehdi_amini.
Herald added a reviewer: nicolasvasilache.
Herald added a reviewer: nicolasvasilache.
Herald added a project: LLVM.
Allowing casts such as:
memref<?x8xf32> to memref<?x2xvector<4xf32>>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D73443
Files:
mlir/include/mlir/Dialect/VectorOps/VectorOps.td
mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
mlir/lib/Dialect/VectorOps/VectorOps.cpp
mlir/test/Dialect/VectorOps/invalid.mlir
mlir/test/Dialect/VectorOps/ops.mlir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73443.240467.patch
Type: text/x-patch
Size: 9237 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200127/aabd4e8b/attachment.bin>
More information about the llvm-commits
mailing list