[all-commits] [llvm/llvm-project] abfa95: [mlir][linalg][python] Add exp and log to the OpDSL.
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Thu Jul 8 02:11:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: abfa950d86da1737a7dd52ba262fa39dd2e937fa
https://github.com/llvm/llvm-project/commit/abfa950d86da1737a7dd52ba262fa39dd2e937fa
Author: Tobias Gysi <gysit at google.com>
Date: 2021-07-08 (Thu, 08 Jul 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgBase.td
M mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOps.yaml
M mlir/include/mlir/Dialect/Linalg/IR/LinalgTypes.h
M mlir/lib/Dialect/Linalg/IR/CMakeLists.txt
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/python/mlir/dialects/linalg/opdsl/lang/emitter.py
M mlir/python/mlir/dialects/linalg/opdsl/ops/core_named_ops.py
M mlir/test/Dialect/Linalg/generalize-named-polymorphic-ops.mlir
M mlir/test/python/dialects/linalg/opdsl/emit_structured_generic.py
Log Message:
-----------
[mlir][linalg][python] Add exp and log to the OpDSL.
Introduce the exp and log function in OpDSL. Add the soft plus operator to test the emitted IR in Python and C++.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D105420
More information about the All-commits
mailing list