This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

gysit created this revision.Jun 22 2021, 7:15 AM
gysit requested review of this revision.Jun 22 2021, 7:15 AM
nicolasvasilache accepted this revision.Jun 24 2021, 1:21 AM
This revision is now accepted and ready to land.Jun 24 2021, 1:21 AM
gysit updated this revision to Diff 354182.Jun 24 2021, 2:51 AM

Rebase and minor symbol renaming to increase consistency.