This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Add FFT2d operation
ClosedPublic

Authored by lhutton1 on Feb 25 2023, 4:34 AM.

Details

Summary

Adds the FFT2d TOSA operation and supporting
shape inference function.

Signed-off-by: Luke Hutton <luke.hutton@arm.com>

Diff Detail

Event Timeline

lhutton1 created this revision.Feb 25 2023, 4:34 AM
lhutton1 requested review of this revision.Feb 25 2023, 4:34 AM

Friendly ping for review

rsuderman edited reviewers, added: eric-k256; removed: nicolasvasilache.Mar 13 2023, 3:37 PM

It looks good to me, just adding Eric to double check the description looks correct.

eric-k256 accepted this revision.Mar 13 2023, 4:05 PM

Thanks for checking Rob. Yes, this looks good to me.

This revision is now accepted and ready to land.Mar 13 2023, 4:05 PM
rsuderman accepted this revision.Mar 14 2023, 11:39 AM
This revision was automatically updated to reflect the committed changes.