Existing tiling implementation of Linalg would still work for tiling
the batch dimensions of the convolution op.
Depends On D76415
Paths
| Differential D76637
[mlir][Linalg] Allow tiling of batch dimension for convolution ops with padding. ClosedPublic Authored by mravishankar on Mar 23 2020, 11:32 AM.
Details Summary Existing tiling implementation of Linalg would still work for tiling Depends On D76415
Diff Detail
Event Timelinebondhugula added inline comments. This revision now requires changes to proceed.Mar 23 2020, 12:23 PM
Comment Actions Sorry for the delay. I thought I was blocked on pushing on this (but I really wasnt). Comment Actions LGTM, would be good to wait until Nicolas taking a look.
Comment Actions
Hi Mahesh, you don't have to wait for my approval; I just commented superficially on what I noticed. Please rely on the deeper reviews from others. This revision is now accepted and ready to land.Mar 31 2020, 12:28 AM Closed by commit rGda7b6fe942fc: [mlir][Linalg] Allow tiling of batch dimension for convolution ops with padding. (authored by mravishankar). · Explain WhyMar 31 2020, 9:24 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 253914 mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
mlir/test/Dialect/Linalg/tile_conv_padding.mlir
|
Nit: Missing period at the end.