Support complex operations sqrt, expm1, and tanh.
Add tests.
Paths
| Differential D126393
[mlir][sparse] Add more complex operations. ClosedPublic Authored by bixia on May 25 2022, 10:03 AM.
Details
Summary Support complex operations sqrt, expm1, and tanh. Add tests.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 25 2022, 1:46 PM Closed by commit rGa14057d4bddb: [mlir][sparse] Add more complex operations. (authored by bixia). · Explain WhyMay 25 2022, 4:38 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 432153 mlir/include/mlir/Dialect/SparseTensor/Utils/Merger.h
mlir/lib/Dialect/SparseTensor/Utils/Merger.cpp
mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_complex_ops.mlir
|