This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Reduction dimensions specified in TC definition of ConvOps.
ClosedPublic

Authored by limo1996 on Sep 8 2020, 8:05 AM.

Details

Summary

This commit specifies reduction dimensions for ConvOps. This prevents
running reduction loops in parallel and enables easier detection of kernel dimensions
which we will need later on.

Diff Detail

Event Timeline

limo1996 created this revision.Sep 8 2020, 8:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 8 2020, 8:05 AM
limo1996 requested review of this revision.Sep 8 2020, 8:05 AM
nicolasvasilache accepted this revision.Sep 9 2020, 3:04 AM
This revision is now accepted and ready to land.Sep 9 2020, 3:04 AM