This is an archive of the discontinued LLVM Phabricator instance.

[mlir][python] Support buffer protocol for splat dense attributes
ClosedPublic

Authored by rkayaith on Mar 29 2023, 4:07 PM.

Details

Summary

These can be made to work by setting the buffer strides to 0.

Diff Detail

Event Timeline

rkayaith created this revision.Mar 29 2023, 4:07 PM
Herald added a project: Restricted Project. · View Herald Transcript
rkayaith published this revision for review.Mar 29 2023, 4:38 PM
stellaraccident accepted this revision.Mar 29 2023, 6:57 PM

Nice - thanks!

This revision is now accepted and ready to land.Mar 29 2023, 6:57 PM