[all-commits] [llvm/llvm-project] 3231b6: [mlir][OpDSL] Remove unused SoftPlus2DOp operation.
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Tue Mar 8 09:26:30 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3231b6d3a2b18c8e12118a3a1f15362ec432c1b6
https://github.com/llvm/llvm-project/commit/3231b6d3a2b18c8e12118a3a1f15362ec432c1b6
Author: gysit <gysit at google.com>
Date: 2022-03-08 (Tue, 08 Mar 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOps.yaml
M mlir/python/mlir/dialects/linalg/opdsl/ops/core_named_ops.py
Log Message:
-----------
[mlir][OpDSL] Remove unused SoftPlus2DOp operation.
The revision removes the SoftPlus2DOp operation that previously served as a test operation. It has been replaced by the elemwise_unary operation, which is now used to test unary log and exp functions.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D120794
More information about the All-commits
mailing list