This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] python driven test for SDDMM
ClosedPublic

Authored by aartbik on Dec 9 2021, 3:48 PM.

Details

Summary

explores various sparsity combinations of
the SDMM kernel and verifies that the computed
result is the same for all cases

Diff Detail

Event Timeline

aartbik created this revision.Dec 9 2021, 3:48 PM
aartbik requested review of this revision.Dec 9 2021, 3:48 PM
aartbik updated this revision to Diff 393313.Dec 9 2021, 3:51 PM

removed debug code

aartbik updated this revision to Diff 393314.Dec 9 2021, 3:54 PM

rebased main

aartbik updated this revision to Diff 393536.Dec 10 2021, 10:47 AM

rebased and made expected pre-computed

bixia accepted this revision.Dec 13 2021, 12:47 PM
This revision is now accepted and ready to land.Dec 13 2021, 12:47 PM
This revision was automatically updated to reflect the committed changes.