Also complete the set by adding a variant of depthwise 1d convolution
with the multiplier != 1.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D127687
[mlir][linalg] Add named ops for depthwise 3d convolution ClosedPublic Authored by bkramer on Jun 13 2022, 1:08 PM.
Details Summary Also complete the set by adding a variant of depthwise 1d convolution
Diff Detail
Event TimelineHerald added subscribers: bzcheeseman, mravishankar, sdasgup3 and 21 others. · View Herald Transcript This revision is now accepted and ready to land.Jun 14 2022, 9:21 AM This revision was landed with ongoing or failed builds.Jun 14 2022, 9:29 AM Closed by commit rGba0222cdc651: [mlir][linalg] Add named ops for depthwise 3d convolution (authored by bkramer). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 436819 mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOps.yaml
mlir/python/mlir/dialects/linalg/opdsl/ops/core_named_ops.py
mlir/test/Dialect/Linalg/named-ops.mlir
|