This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] refine absent branch feeding into custom op
ClosedPublic

Authored by aartbik on Jun 5 2023, 8:58 PM.

Details

Summary

Document better that unary/binary may only feed to the output
or the input of a custom reduction (not even a regular reduction
since it may have "no value"!). Also fixes a bug when present
branch is empty and feeds into custom reduction.

Diff Detail

Event Timeline

aartbik created this revision.Jun 5 2023, 8:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 5 2023, 8:58 PM
aartbik requested review of this revision.Jun 5 2023, 8:58 PM
Peiming accepted this revision.Jun 5 2023, 9:19 PM
This revision is now accepted and ready to land.Jun 5 2023, 9:19 PM
This revision was automatically updated to reflect the committed changes.