This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Add missing op to match the generated file
ClosedPublic

Authored by kon72 on May 7 2023, 2:09 AM.

Details

Summary

D141430 added the generated yaml file for (batch_)?matmul_transpose_b ops, but the source of truth core_named_ops.py was not updated.
This change fixes .py file to generate the same result as the yaml file.

Diff Detail

Event Timeline

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

Great, thanks much!

This revision is now accepted and ready to land.May 7 2023, 3:08 AM

Could someone commit this change? Thanks!

Sorry for the delay, this passed under my radar until now.

I updated the .yaml file that should always be autogenerated and landed this