This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Add stride/dilation inference to convolution dimension classifier
AbandonedPublic

Authored by qedawkins on Apr 4 2023, 1:18 PM.

Details

Reviewers
nicolasvasilache
Summary

Stride/dilation values are needed for certain transformations so this
infers them from the dim coefficients in the affine expressions for
the convolution. Adds the values to the classifier exposed in D143584.

Diff Detail

Event Timeline

qedawkins created this revision.Apr 4 2023, 1:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2023, 1:18 PM
qedawkins requested review of this revision.Apr 4 2023, 1:18 PM
qedawkins abandoned this revision.Apr 24 2023, 12:46 PM