This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Add tosa.matmul and tosa.fully_connected lowering
ClosedPublic

Authored by NatashaKnk on Mar 23 2021, 12:56 PM.

Details

Summary

Adds lowerings for matmul and fully_connected. Only supports 2D tensors for inputs and weights, and 1D tensors for bias.

Diff Detail

Event Timeline

NatashaKnk created this revision.Mar 23 2021, 12:56 PM
NatashaKnk requested review of this revision.Mar 23 2021, 12:56 PM
rsuderman accepted this revision.Mar 23 2021, 12:58 PM
This revision is now accepted and ready to land.Mar 23 2021, 12:58 PM
This revision was landed with ongoing or failed builds.Mar 23 2021, 1:11 PM
This revision was automatically updated to reflect the committed changes.