[all-commits] [llvm/llvm-project] a14057: [mlir][sparse] Add more complex operations.
Bixia Zheng via All-commits
all-commits at lists.llvm.org
Wed May 25 16:38:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a14057d4bddbb78aed7beaf282e75137b2dc60b9
https://github.com/llvm/llvm-project/commit/a14057d4bddbb78aed7beaf282e75137b2dc60b9
Author: bixia1 <bixia at google.com>
Date: 2022-05-25 (Wed, 25 May 2022)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/Utils/Merger.h
M mlir/lib/Dialect/SparseTensor/Utils/Merger.cpp
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_complex_ops.mlir
Log Message:
-----------
[mlir][sparse] Add more complex operations.
Support complex operations sqrt, expm1, and tanh.
Add tests.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D126393
More information about the All-commits
mailing list