This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add Python bindings for StridedLayoutAttr
ClosedPublic

Authored by shabalin on Sep 29 2022, 3:33 AM.

Diff Detail

Event Timeline

shabalin created this revision.Sep 29 2022, 3:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 29 2022, 3:33 AM
shabalin requested review of this revision.Sep 29 2022, 3:33 AM
ftynse accepted this revision.Sep 29 2022, 3:35 AM
ftynse added inline comments.
mlir/lib/Bindings/Python/IRAttributes.cpp
1060

Is the value that represents dynamic stride/offset exposed somewhere?

This revision is now accepted and ready to land.Sep 29 2022, 3:35 AM
shabalin updated this revision to Diff 463838.Sep 29 2022, 3:51 AM

Make magic constant bindings on ShapedType public.

ftynse accepted this revision.Sep 29 2022, 3:53 AM
This revision was landed with ongoing or failed builds.Sep 29 2022, 4:03 AM
This revision was automatically updated to reflect the committed changes.