This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] skip zeros during dense2sparse
ClosedPublic

Authored by aartbik on Nov 9 2022, 3:01 PM.

Details

Summary

This enables the full matmul integration test with runtime_lib=true/false!

Background:
https://github.com/llvm/llvm-project/issues/51657

Diff Detail

Event Timeline

aartbik created this revision.Nov 9 2022, 3:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 9 2022, 3:01 PM
aartbik requested review of this revision.Nov 9 2022, 3:01 PM
aartbik edited the summary of this revision. (Show Details)Nov 9 2022, 3:12 PM
bixia accepted this revision.Nov 9 2022, 3:15 PM
This revision is now accepted and ready to land.Nov 9 2022, 3:15 PM
aartbik updated this revision to Diff 474393.Nov 9 2022, 4:47 PM

rebased with main

This revision was landed with ongoing or failed builds.Nov 9 2022, 8:54 PM
This revision was automatically updated to reflect the committed changes.