This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Add grouped convolution ops for 1D/3D cases
Needs ReviewPublic

Authored by kon72 on May 7 2023, 7:08 AM.

Details

Summary

This change adds the following two ops:

  • conv_1d_ngcw_gfcw
  • conv_3d_ngcdhw_gfcdhw

Depends on D150064

Diff Detail

Event Timeline

kon72 created this revision.May 7 2023, 7:08 AM
Herald added a project: Restricted Project. · View Herald Transcript
kon72 requested review of this revision.May 7 2023, 7:08 AM