[all-commits] [llvm/llvm-project] 083179: [mlir][tosa] Add tosa.div integer lowering to lina...
NatashaKnk via All-commits
all-commits at lists.llvm.org
Thu May 13 13:21:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0831793ed962105b51057c02df413abef4767e7c
https://github.com/llvm/llvm-project/commit/0831793ed962105b51057c02df413abef4767e7c
Author: natashaknk <natashaknk at google.com>
Date: 2021-05-13 (Thu, 13 May 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.div integer lowering to linalg.generic.
Lowering div elementwise op to the linalg dialect. Since tosa only supports integer division, that is the only version that is currently implemented.
Reviewed By: rsuderman
Differential Revision: https://reviews.llvm.org/D102430
More information about the All-commits
mailing list