This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] expose convolution dimension classifier
ClosedPublic

Authored by ftynse on Feb 8 2023, 7:08 AM.

Details

Summary

Make available through functions in the linalg::detail namespace the
classification of Linalg op dimensions as different kinds (batch, image,
channel, etc) of convolution dimensions. This is useful for identifying
which dimensions to target with transformations.

Diff Detail