Also refactor the getViewSizes method to work on LinalgOp instead of
being a templated version. Keeping the templated version for
compatibility.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D87303
[mlir][Linalg] Add Utility method to get loop ranges for a LinalgOp. ClosedPublic Authored by mravishankar on Sep 8 2020, 11:14 AM.
Details Summary Also refactor the getViewSizes method to work on LinalgOp instead of
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 9 2020, 2:19 PM Closed by commit rGa7b2977aa613: [mlir][Linalg] Add Utility method to get loop ranges for a LinalgOp. (authored by mravishankar). · Explain WhySep 9 2020, 10:58 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 290875 mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
mlir/lib/Dialect/Linalg/Utils/Utils.cpp
|