This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] add sparse sign integration test
ClosedPublic

Authored by aartbik on May 12 2022, 12:26 PM.

Details

Summary

Implements a floating-point sign operator (using the new semi-ring ops)
that accomodates +/-Inf and +/-NaN in consistent way.

Diff Detail

Event Timeline

aartbik created this revision.May 12 2022, 12:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 12 2022, 12:26 PM
aartbik requested review of this revision.May 12 2022, 12:26 PM
aartbik updated this revision to Diff 429083.May 12 2022, 2:48 PM

TAB -> spaces

bixia accepted this revision.May 12 2022, 2:48 PM
This revision is now accepted and ready to land.May 12 2022, 2:48 PM
aartbik updated this revision to Diff 429084.May 12 2022, 2:51 PM

discussed offline: only one padding element

This revision was automatically updated to reflect the committed changes.