[all-commits] [llvm/llvm-project] 2b81d3: [mlir][Linalg] Fix Linalg EDSC builders
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Thu Jan 16 07:16:16 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2b81d3c6c6fd7b3fcffba626c5df3a9a66a3deb1
https://github.com/llvm/llvm-project/commit/2b81d3c6c6fd7b3fcffba626c5df3a9a66a3deb1
Author: Nicolas Vasilache <ntv at google.com>
Date: 2020-01-16 (Thu, 16 Jan 2020)
Changed paths:
M mlir/include/mlir/EDSC/Builders.h
M mlir/lib/Dialect/Linalg/EDSC/Builders.cpp
M mlir/lib/EDSC/Builders.cpp
M mlir/test/EDSC/builder-api-test.cpp
Log Message:
-----------
[mlir][Linalg] Fix Linalg EDSC builders
Summary:
This diff fixes the fact that the method `mlir::edsc::makeGenericLinalgOp`
incorrectly adds 2 blocks to Linalg ops.
Tests are updated accordingly.
Reviewers: ftynse, hanchung, herhut, pifon2a, asaadaldien
Reviewed By: asaadaldien
Subscribers: 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/D72780
More information about the All-commits
mailing list