This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] refine simply dynamic sparse tensor outputs
ClosedPublic

Authored by aartbik on Nov 30 2021, 11:25 AM.

Details

Summary

Proper test for sparse tensor outputs is a single condition throughout
the whole tensor index expression (not a general conjunction, since this
may include other conditions that cause cancellation).

Diff Detail

Event Timeline

aartbik created this revision.Nov 30 2021, 11:25 AM
aartbik requested review of this revision.Nov 30 2021, 11:25 AM
aartbik updated this revision to Diff 390762.Nov 30 2021, 11:28 AM

dag constant

bixia accepted this revision.Nov 30 2021, 1:08 PM

Thanks for fixing this!

This revision is now accepted and ready to land.Nov 30 2021, 1:08 PM