[all-commits] [llvm/llvm-project] 6ccaf7: [MLIR][LINALG] Convert Linalg on Tensors to Buffers
Ehsan Toosi via All-commits
all-commits at lists.llvm.org
Tue May 5 06:50:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6ccaf738878795592da2adae5103829d36821b0c
https://github.com/llvm/llvm-project/commit/6ccaf738878795592da2adae5103829d36821b0c
Author: Ehsan Toosi <ehsan.nadjaran_toosi at dfki.de>
Date: 2020-05-05 (Tue, 05 May 2020)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Passes.h
M mlir/include/mlir/Dialect/Linalg/Passes.td
M mlir/lib/Dialect/Linalg/Transforms/CMakeLists.txt
A mlir/lib/Dialect/Linalg/Transforms/TensorsToBuffers.cpp
A mlir/test/Dialect/Linalg/tensors-to-buffers.mlir
Log Message:
-----------
[MLIR][LINALG] Convert Linalg on Tensors to Buffers
This is a basic pass to convert Linalg.GenericOp which works on tensors to use
buffers instead.
Differential Revision: https://reviews.llvm.org/D78996
More information about the All-commits
mailing list