This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Fix tensor.pad sizes computation in lowerPack.
AbandonedPublic

Authored by hanchung on May 16 2023, 2:11 PM.

Details

Summary

The padded sizes should be derived from destination tensor, not source
tensor. There could be more than one incomplete tile in padding domain.

Diff Detail

Event Timeline

hanchung created this revision.May 16 2023, 2:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 16 2023, 2:11 PM
hanchung requested review of this revision.May 16 2023, 2:11 PM
hanchung abandoned this revision.May 16 2023, 2:15 PM

@hanchung could you please comment on why this was abandoned ?

Haven't looked at details yet but did you find a bug that you are going to address a different way, was this a red herring or something else ?

@hanchung could you please comment on why this was abandoned ?

Haven't looked at details yet but did you find a bug that you are going to address a different way, was this a red herring or something else ?

I accidentally created two patch, so I closed one. The opening one is https://reviews.llvm.org/D150726