This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

bixia created this revision.May 25 2022, 10:03 AM
bixia requested review of this revision.May 25 2022, 10:03 AM
aartbik accepted this revision.May 25 2022, 1:46 PM

Onward to feature completeness!

This revision is now accepted and ready to land.May 25 2022, 1:46 PM
This revision was automatically updated to reflect the committed changes.