This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse][gpu] add set csr pointers, remove estimate op, fix bugs
ClosedPublic

Authored by aartbik on Aug 10 2023, 12:40 PM.

Details

Summary

Rationale:
Since we only support default algorithm for SpGEMM, we can remove the
estimate op (for now at least). This also introduces the set csr pointers
op, and fixes a few bugs in the existing lowering for the SpGEMM breakdown.
This revision paves the way for actual recognition of SpGEMM in the sparsifier.

Diff Detail

Event Timeline

aartbik created this revision.Aug 10 2023, 12:40 PM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a reviewer: K-Wu. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
aartbik requested review of this revision.Aug 10 2023, 12:40 PM
K-Wu accepted this revision.Aug 10 2023, 12:41 PM
This revision is now accepted and ready to land.Aug 10 2023, 12:41 PM
This revision was landed with ongoing or failed builds.Aug 10 2023, 1:52 PM
This revision was automatically updated to reflect the committed changes.