This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Add lowering of named ops on complex numbers
ClosedPublic

Authored by bkramer on May 12 2022, 4:37 AM.

Details

Summary

This lets linalg.dot and friends lower to a complex muladd using ops
from the complex dialect.

Diff Detail

Event Timeline

bkramer created this revision.May 12 2022, 4:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 12 2022, 4:37 AM
bkramer requested review of this revision.May 12 2022, 4:37 AM
nicolasvasilache accepted this revision.May 12 2022, 4:45 AM
This revision is now accepted and ready to land.May 12 2022, 4:45 AM
This revision was landed with ongoing or failed builds.May 12 2022, 4:47 AM
This revision was automatically updated to reflect the committed changes.