Print part of an op of the form:
<optional-offset-prefix>`[` offset-list `]` <optional-size-prefix>`[` size-list `]` <optional-stride-prefix>[` stride-list `]`
Paths
| Differential D92031
[mlir] NFC - Refactor and expose a helper printOffsetSizesAndStrides helper function. ClosedPublic Authored by nicolasvasilache on Nov 24 2020, 6:54 AM.
Details Summary Print part of an op of the form: <optional-offset-prefix>`[` offset-list `]` <optional-size-prefix>`[` size-list `]` <optional-stride-prefix>[` stride-list `]`
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 24 2020, 7:06 AM This revision was landed with ongoing or failed builds.Nov 24 2020, 12:02 PM Closed by commit rGc24708102501: [mlir] NFC - Refactor and expose a helper printOffsetSizesAndStrides helper… (authored by nicolasvasilache). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 307428 mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
mlir/include/mlir/Interfaces/ViewLikeInterface.h
mlir/include/mlir/Interfaces/ViewLikeInterface.td
mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp
mlir/lib/Dialect/StandardOps/IR/Ops.cpp
mlir/lib/Interfaces/ViewLikeInterface.cpp
|