This deletes all the pooling ops in LinalgNamedStructuredOpsSpec.tc. All the
uses are replaced with the yaml pooling ops.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D106181
[mlir][Linalg] Migrate 2D pooling ops from tc definition to yaml definition. ClosedPublic Authored by hanchung on Jul 16 2021, 12:54 PM.
Details Summary This deletes all the pooling ops in LinalgNamedStructuredOpsSpec.tc. All the
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 17 2021, 12:24 PM Closed by commit rG9c49195330d7: [mlir][Linalg] Migrate 2D pooling ops from tc definition to yaml definition. (authored by hanchung). · Explain WhyJul 19 2021, 9:24 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 359821 mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOps.yaml
mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOpsSpec.tc
mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
mlir/python/mlir/dialects/linalg/opdsl/ops/core_named_ops.py
mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
mlir/test/Dialect/Linalg/generalize-named-ops.mlir
mlir/test/Dialect/Linalg/generalize-named-polymorphic-ops.mlir
mlir/test/Dialect/Linalg/named-ops.mlir
mlir/test/python/integration/dialects/linalg/opsrun.py
|