[all-commits] [llvm/llvm-project] e653d3: [mlir][Linalg] Update ReshapeOp::build to be more ...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Mon Jan 13 07:57:11 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e653d306ce90e5612796d8adce9eb34b1c10e85a
https://github.com/llvm/llvm-project/commit/e653d306ce90e5612796d8adce9eb34b1c10e85a
Author: Nicolas Vasilache <ntv at google.com>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/EDSC/Intrinsics.h
M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/test/EDSC/builder-api-test.cpp
Log Message:
-----------
[mlir][Linalg] Update ReshapeOp::build to be more idiomatic
Summary:
This diff makes it easier to create a `linalg.reshape` op
and adds an EDSC builder api test to exercise the new builders.
Reviewers: ftynse, jpienaar
Subscribers: mehdi_amini, rriddle, burmako, shauheen, antiagainst, arpith-jacob, mgester, lucyrfox, aartbik, liufengdb, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D72580
More information about the All-commits
mailing list