This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Use 3D tensors in tosa.matmul
ClosedPublic

Authored by sjarus on Jun 30 2021, 10:59 AM.

Details

Summary

Signed-off-by: Suraj Sudhir <suraj.sudhir@arm.com>

Diff Detail

Event Timeline

sjarus created this revision.Jun 30 2021, 10:59 AM
sjarus requested review of this revision.Jun 30 2021, 10:59 AM

Undoes the temporary change in https://reviews.llvm.org/rG05cadc6f71555319882ccabf631d2e6410e3fea4 and moves to 3D tensors now that consuming legalizations have been updated.

rsuderman accepted this revision.Jun 30 2021, 12:18 PM
This revision is now accepted and ready to land.Jun 30 2021, 12:18 PM
This revision was automatically updated to reflect the committed changes.