Add a build method that pads the source with a scalar value.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D96343
[mlir][Linalg] Add a build method for linalg.pad_tensor ClosedPublic Authored by hanchung on Feb 9 2021, 7:37 AM.
Details Summary Add a build method that pads the source with a scalar value.
Diff Detail
Event TimelineHerald added subscribers: teijeong, rdzhabarov, tatianashp and 13 others. · View Herald TranscriptFeb 9 2021, 7:37 AM antiagainst added inline comments.
This revision is now accepted and ready to land.Feb 9 2021, 8:31 AM This revision was landed with ongoing or failed builds.Feb 9 2021, 10:20 AM Closed by commit rGe8d31754a285: [mlir][Linalg] Add a build method for linalg.pad_tensor (authored by hanchung). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 322392 mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
|
s/yield-ed/yielded/?