This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Fix depthwise_conv_3d_ndhwc_dhwc op definition
AcceptedPublic

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

Details

Summary

Adds missing channel dimension to the output tensor definition.

Diff Detail

Event Timeline

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

Remove typo fixes