[all-commits] [llvm/llvm-project] e20911: [mlir][tosa] Add tosa.matmul and tosa.fully_connec...
NatashaKnk via All-commits
all-commits at lists.llvm.org
Tue Mar 23 13:11:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e20911b5c0360882ea166886af75c0038310f6e5
https://github.com/llvm/llvm-project/commit/e20911b5c0360882ea166886af75c0038310f6e5
Author: natashaknk <natashaknk at google.com>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[mlir][tosa] Add tosa.matmul and tosa.fully_connected lowering
Adds lowerings for matmul and fully_connected. Only supports 2D tensors for inputs and weights, and 1D tensors for bias.
Reviewed By: rsuderman
Differential Revision: https://reviews.llvm.org/D99211
More information about the All-commits
mailing list