This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Fixing bug in subview size computation in Linalg tiling.
ClosedPublic

Authored by mravishankar on Jul 22 2020, 4:24 PM.

Details

Summary

The makeTiledViews did not use the sizes of the tiled views based on
the result of the loop bound inference computation. This manifested as
an error in computing tile sizes with convolution where not all the
result expression of concatenated affine maps are simple
AffineDimExpr.

Diff Detail

Event Timeline

mravishankar created this revision.Jul 22 2020, 4:24 PM
This revision is now accepted and ready to land.Jul 22 2020, 10:43 PM

Fixing test run error

This revision was automatically updated to reflect the committed changes.