This is an archive of the discontinued LLVM Phabricator instance.

[mlir] rename the "packing" flag of linalg.pad_tensor to "nofold"
ClosedPublic

Authored by ftynse on Oct 4 2021, 3:10 AM.

Details

Summary

The discussion in https://reviews.llvm.org/D110425 demonstrated that "packing"
may be a confusing term to define the behavior of this op in presence of the
attribute. Instead, indicate the intended effect of preventing the folder from
being applied.

Diff Detail

Event Timeline

ftynse created this revision.Oct 4 2021, 3:10 AM
ftynse requested review of this revision.Oct 4 2021, 3:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2021, 3:10 AM
nicolasvasilache accepted this revision.Oct 4 2021, 3:12 AM
This revision is now accepted and ready to land.Oct 4 2021, 3:12 AM
silvas accepted this revision.Oct 4 2021, 11:58 AM

Thanks!