This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][NFC] Factor out tile generation in makeTiledShapes
ClosedPublic

Authored by springerm on Jul 5 2021, 11:45 PM.

Details

Summary

Factor out the functionality into a new function, so that it can be used for creating PadTensorOp tiles.

Diff Detail