Extend the yaml code generation to support the index attributes that https://reviews.llvm.org/D104711 added to the OpDSL.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D104712
[mlir][linalg][python] Add attribute support to the YAML codegen. ClosedPublic Authored by gysit on Jun 22 2021, 7:15 AM.
Details Summary Extend the yaml code generation to support the index attributes that https://reviews.llvm.org/D104711 added to the OpDSL.
Diff Detail
Event TimelineHerald added subscribers: shabalin, dcaballe, cota and 18 others. · View Herald TranscriptJun 22 2021, 7:15 AM This revision is now accepted and ready to land.Jun 24 2021, 1:21 AM Closed by commit rG25bb61649085: [mlir][linalg][python] Add attribute support to the YAML codegen. (authored by gysit). · Explain WhyJun 24 2021, 5:45 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 354182 mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOps.yaml
mlir/test/Dialect/Linalg/generalize-named-polymorphic-ops.mlir
mlir/test/mlir-linalg-ods-gen/test-linalg-ods-yaml-gen.yaml
mlir/test/python/dialects/linalg/opdsl/arguments.py
mlir/test/python/dialects/linalg/opsrun.py
mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-yaml-gen.cpp
|