[all-commits] [llvm/llvm-project] f9d988: [mlir][math] Added basic support for FPowI operation.
Slava Zakharin via All-commits
all-commits at lists.llvm.org
Tue Aug 16 09:24:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f9d988f1acde945c5cbdabe468c147492108dc81
https://github.com/llvm/llvm-project/commit/f9d988f1acde945c5cbdabe468c147492108dc81
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2022-08-16 (Tue, 16 Aug 2022)
Changed paths:
M mlir/include/mlir/Dialect/Math/IR/MathOps.td
M mlir/lib/Dialect/Math/Transforms/AlgebraicSimplification.cpp
M mlir/test/Dialect/Math/algebraic-simplification.mlir
M mlir/test/Dialect/Math/ops.mlir
Log Message:
-----------
[mlir][math] Added basic support for FPowI operation.
The operation computes pow(b, p), where 'b' is floating point
and 'p' is a signed integer. The result's type matches 'b' type.
The operands must have the same shape.
Differential Revision: https://reviews.llvm.org/D129811
More information about the All-commits
mailing list