llvm-project/mlir
jacquesguan 008ea1c201 [mlir][Math] Add constant folder for TanhOp.
This patch adds constant folder for TanhOp which only supports single and double precision floating-point.

Differential Revision: https://reviews.llvm.org/D130960
2022-08-02 19:37:27 +08:00
..
benchmark/python [NFC] Remove obsolete all_passes_registration from integration tests. 2022-07-16 18:18:43 -07:00
cmake/modules [CMake] Fix add_subdirectory llvm builds 2022-07-26 11:24:23 +02:00
docs [mlir] add TOC to top-level documents 2022-08-02 13:22:40 +02:00
examples Replace Optional::hasValue with has_value or operator bool. NFC 2022-07-29 10:57:25 -07:00
include [mlir][Math] Add constant folder for TanhOp. 2022-08-02 19:37:27 +08:00
lib [mlir][Math] Add constant folder for TanhOp. 2022-08-02 19:37:27 +08:00
python Fix MLIR Python binding for arith.constant after argument has been changed to an interface 2022-08-01 09:06:55 +00:00
test [mlir][Math] Add constant folder for TanhOp. 2022-08-02 19:37:27 +08:00
tools [mlir][NVGPU] nvgpu.mmasync on F32 through TF32 2022-08-01 23:23:27 +00:00
unittests [mlir] Use EXPECT_DEBUG_DEATH in unit test 2022-08-02 11:16:26 +02:00
utils [mlir] Remove OpaqueElementsAttr 2022-08-01 15:00:54 -07:00
.clang-format [mlir] Add missing newline at end of .clang-format file 2022-06-14 23:59:00 -07:00
.clang-tidy
CMakeLists.txt [mlir] Fix calling the native mlir-tblgen tool when cross compiling flang 2022-08-02 10:58:24 +03:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.