This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tensor] Add a custom builder for pack op.
ClosedPublic

Authored by hanchung on Nov 28 2022, 1:44 PM.

Details

Summary

The paddingValue and outerDimsPerm are optional to the op;
innerTiles can be variadic in terms of static sizes and dynamic sizes.
Add a custom builder for building pack op easier.

Diff Detail

Event Timeline

hanchung created this revision.Nov 28 2022, 1:44 PM
hanchung requested review of this revision.Nov 28 2022, 1:44 PM
hanchung updated this revision to Diff 478358.Nov 28 2022, 1:46 PM

remove unrelated changes

hanchung edited the summary of this revision. (Show Details)Nov 28 2022, 1:46 PM
mravishankar accepted this revision.Nov 28 2022, 1:50 PM
This revision is now accepted and ready to land.Nov 28 2022, 1:50 PM
This revision was automatically updated to reflect the committed changes.