This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Updated depthwise conv to support kernel dilation
ClosedPublic

Authored by rsuderman on May 26 2021, 6:04 PM.

Details

Summary

Depthwise convolution should support kernel dilation and non-dilation should
not be a special case. Updated op definition to include a dilation attribute.

This also adds a tosa.depthwise_conv2d lowering to linalg to support the new
linalg behavior.

Diff Detail

Event Timeline

rsuderman created this revision.May 26 2021, 6:04 PM
rsuderman requested review of this revision.May 26 2021, 6:04 PM
nicolasvasilache accepted this revision.May 31 2021, 1:42 AM
This revision is now accepted and ready to land.May 31 2021, 1:42 AM
This revision was automatically updated to reflect the committed changes.