This change adds the following three operations and unit tests for them:
- conv_3d_ncdhw_fcdhw
- depthwise_conv_1d_ncw_cw
- depthwise_conv_3d_ncdhw_cdhw
Paths
| Differential D150054
[mlir][linalg] Add channel-first variants of convolution ClosedPublic Authored by kon72 on May 6 2023, 4:39 PM.
Details Summary This change adds the following three operations and unit tests for them:
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 7 2023, 12:15 AM Comment Actions Hello, Could someone commit this change on my behalf? I don't have permission to commit. Thanks! Name: kon72 Closed by commit rGc8e056065898: [mlir][linalg] Add channel-first variants of convolution (authored by kon72, committed by ftynse). · Explain WhyMay 12 2023, 7:43 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 520130 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
|