[all-commits] [llvm/llvm-project] be4e9d: [mlir][Linalg] NFC: Clean up for 0-D abstraction.
hanhanW via All-commits
all-commits at lists.llvm.org
Fri Mar 20 13:08:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: be4e9db5799a4d1c2350859b4582bbf25e39fff9
https://github.com/llvm/llvm-project/commit/be4e9db5799a4d1c2350859b4582bbf25e39fff9
Author: Hanhan Wang <hanchung at google.com>
Date: 2020-03-20 (Fri, 20 Mar 2020)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/LinalgToLoops.cpp
Log Message:
-----------
[mlir][Linalg] NFC: Clean up for 0-D abstraction.
Summary:
After D75831 has been landed, both the generic op and indexed_generic op can
handle 0-D edge case. In the previous patch, only generic op has been updated.
This patch updates the lowering to loops for indexed_generic op. Since they are
almost the sanme, the patch also refactors the common part.
Differential Revision: https://reviews.llvm.org/D76413
More information about the All-commits
mailing list