[all-commits] [llvm/llvm-project] a7b297: [mlir][Linalg] Add Utility method to get loop rang...
MaheshRavishankar via All-commits
all-commits at lists.llvm.org
Wed Sep 9 22:58:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a7b2977aa613b5e9b9d9e6e8232f89012404c52c
https://github.com/llvm/llvm-project/commit/a7b2977aa613b5e9b9d9e6e8232f89012404c52c
Author: MaheshRavishankar <ravishankarm at google.com>
Date: 2020-09-09 (Wed, 09 Sep 2020)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
Log Message:
-----------
[mlir][Linalg] Add Utility method to get loop ranges for a LinalgOp.
Also refactor the getViewSizes method to work on LinalgOp instead of
being a templated version. Keeping the templated version for
compatibility.
Differential Revision: https://reviews.llvm.org/D87303
More information about the All-commits
mailing list