[all-commits] [llvm/llvm-project] a879a1: [mlir][tosa] Add tosa.reciprocal and tosa.sigmoid ...
NatashaKnk via All-commits
all-commits at lists.llvm.org
Wed Mar 31 14:22:09 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a879a1b034943318f2a8fa52c12bd142df5ebd51
https://github.com/llvm/llvm-project/commit/a879a1b034943318f2a8fa52c12bd142df5ebd51
Author: natashaknk <natashaknk at google.com>
Date: 2021-03-31 (Wed, 31 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.reciprocal and tosa.sigmoid lowerings
Lowering reciprocal and sigmoid elementwise operations to linalg dialect.
Reviewed By: rsuderman
Differential Revision: https://reviews.llvm.org/D99676
More information about the All-commits
mailing list