[all-commits] [llvm/llvm-project] d3e987: [mlir][tosa] Added div op, variadic concat. Remove...
rsuderman via All-commits
all-commits at lists.llvm.org
Thu May 6 16:03:14 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d3e987c38917758fe5cf1e27ed26d08f0e9c0fe3
https://github.com/llvm/llvm-project/commit/d3e987c38917758fe5cf1e27ed26d08f0e9c0fe3
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-05-06 (Thu, 06 May 2021)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
M mlir/include/mlir/Dialect/Tosa/IR/TosaTypesBase.td
M mlir/test/Dialect/Tosa/ops.mlir
Log Message:
-----------
[mlir][tosa] Added div op, variadic concat. Removed placeholder. Spec v0.22 alignment.
Nearly complete alignment to spec v0.22
- Adds Div op
- Concat inputs now variadic
- Removes Placeholder op
Note: TF side PR https://github.com/tensorflow/tensorflow/pull/48921 deletes Concat legalizations to avoid breaking TensorFlow CI. This must be merged only after the TF PR has merged.
Reviewed By: rsuderman
Differential Revision: https://reviews.llvm.org/D101958
More information about the All-commits
mailing list