This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Implement lowering for tosa.rfft2d
ClosedPublic

Authored by sabauma on May 22 2023, 6:56 AM.

Details

Summary

Implement a lowering for tosa.rfft2d to linalg.generic in the
TosaToLinalg transform.

Diff Detail

Event Timeline

sabauma created this revision.May 22 2023, 6:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 22 2023, 6:56 AM
sabauma updated this revision to Diff 524322.May 22 2023, 8:21 AM

Code cleanup

sabauma published this revision for review.May 22 2023, 8:25 AM
eric-k256 accepted this revision.May 25 2023, 9:04 PM

Seems reasonable. It's a fairly complex legalization, but necessary. Thanks for adding this.

This revision is now accepted and ready to land.May 25 2023, 9:04 PM

If there are no other comments, would someone mind submitting this change, since I do not have commit access?

This revision was automatically updated to reflect the committed changes.