This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Add channel-first variants of convolution
ClosedPublic

Authored by kon72 on May 6 2023, 4:39 PM.

Details

Summary

This change adds the following three operations and unit tests for them:

  • conv_3d_ncdhw_fcdhw
  • depthwise_conv_1d_ncw_cw
  • depthwise_conv_3d_ncdhw_cdhw

Diff Detail

Event Timeline

kon72 created this revision.May 6 2023, 4:39 PM
Herald added a project: Restricted Project. · View Herald Transcript
kon72 requested review of this revision.May 6 2023, 4:39 PM
nicolasvasilache accepted this revision.May 7 2023, 12:15 AM
This revision is now accepted and ready to land.May 7 2023, 12:15 AM

Hello,

Could someone commit this change on my behalf? I don't have permission to commit. Thanks!

Name: kon72
Email: kinsei0916 <at> gmail.com

This revision was automatically updated to reflect the committed changes.