[all-commits] [llvm/llvm-project] 3ce809: [mlir][VectorOps] Add ShapeCastOp to the vector op...
andydavis1 via All-commits
all-commits at lists.llvm.org
Wed Feb 5 15:45:23 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3ce8095c295e6a9ef7c946ad8c035a8b5a392ec1
https://github.com/llvm/llvm-project/commit/3ce8095c295e6a9ef7c946ad8c035a8b5a392ec1
Author: Andy Davis <andydavis at google.com>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
M mlir/include/mlir/Dialect/VectorOps/VectorOps.td
M mlir/lib/Dialect/VectorOps/VectorOps.cpp
M mlir/test/Dialect/VectorOps/invalid.mlir
M mlir/test/Dialect/VectorOps/ops.mlir
Log Message:
-----------
[mlir][VectorOps] Add ShapeCastOp to the vector ops dialect.
Summary:
Add ShapeCastOp to the vector ops dialect.
The shape_cast operation casts between an n-D source vector shape and a k-D result vector shape (the element type remains the same).
Reviewers: nicolasvasilache, aartbik
Reviewed By: nicolasvasilache
Subscribers: Joonsoo, merge_guards_bot, mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, arpith-jacob, mgester, lucyrfox, liufengdb, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73635
More information about the All-commits
mailing list