This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse][gpu] only support default algorithm for SpGEMM
ClosedPublic

Authored by aartbik on Aug 9 2023, 12:27 PM.

Details

Summary

Rationale:
This is the approach taken for all the others too (SpMV, SpMM, SDDMM),
so it is more consistent to follow the same path (until we have a need
for more algorithms). Also, in a follow up revision, this will allow
us to remove some unused GEMM ops.

Diff Detail

Event Timeline

aartbik created this revision.Aug 9 2023, 12:27 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 9 2023, 12:27 PM
aartbik updated this revision to Diff 548737.Aug 9 2023, 12:29 PM

fixed edit

K-Wu accepted this revision.Aug 9 2023, 12:30 PM
This revision is now accepted and ready to land.Aug 9 2023, 12:30 PM
This revision was landed with ongoing or failed builds.Aug 9 2023, 12:50 PM
This revision was automatically updated to reflect the committed changes.