Reduction axis should come after all parallel axis to work with vectorization.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D108005
[mlir][tosa] Fixed depthwise conv parallel/reduction indices order ClosedPublic Authored by rsuderman on Aug 12 2021, 3:50 PM.
Details Summary Reduction axis should come after all parallel axis to work with vectorization.
Diff Detail
Event TimelineHerald added subscribers: wrengr, Chia-hungDuan, shabalin and 21 others. · View Herald TranscriptAug 12 2021, 3:50 PM This revision is now accepted and ready to land.Aug 16 2021, 1:44 PM Closed by commit rGf328f72e60a9: [mlir][tosa] Fixed depthwise conv parallel/reduction indices order (authored by rsuderman). · Explain WhyAug 16 2021, 2:07 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 366738 mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOps.yaml
mlir/python/mlir/dialects/linalg/opdsl/ops/core_named_ops.py
|