[all-commits] [llvm/llvm-project] 3cb1f3: [mlir][Linalg] Use subview instead of linalg.slice...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Tue Apr 7 20:56:04 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3cb1f35df2a560d5a8ce2047b87cba8e3c904170
https://github.com/llvm/llvm-project/commit/3cb1f35df2a560d5a8ce2047b87cba8e3c904170
Author: Nicolas Vasilache <ntv at google.com>
Date: 2020-04-07 (Tue, 07 Apr 2020)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
M mlir/test/Dialect/Linalg/promote.mlir
Log Message:
-----------
[mlir][Linalg] Use subview instead of linalg.slice in Promotion.cpp
This revision removes the reliance of Promotion on `linalg.slice` which is meant
for the rank-reducing case.
Differential Revision: https://reviews.llvm.org/D77676
More information about the All-commits
mailing list