Adds lowerings for matmul and fully_connected. Only supports 2D tensors for inputs and weights, and 1D tensors for bias.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D99211
[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 TimelineHerald added subscribers: dcaballe, cota, mravishankar and 17 others. · View Herald TranscriptMar 23 2021, 12:56 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 Closed by commit rGe20911b5c036: [mlir][tosa] Add tosa.matmul and tosa.fully_connected lowering (authored by NatashaKnk, committed by rsuderman). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 332770 mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
|