This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse][gpu] minor code cleanup for sparse gpu ops
ClosedPublic

Authored by aartbik on Aug 14 2023, 2:50 PM.

Details

Summary

Consistent order of ops and related methods.
Also, renamed SpGEMMGetSizeOp to SpMatGetSizeOp
since this is a general utility for sparse matrices,
not specific to GEMM ops only.

Diff Detail

Event Timeline

aartbik created this revision.Aug 14 2023, 2:50 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 14 2023, 2:50 PM
Peiming accepted this revision.Aug 14 2023, 2:52 PM
This revision is now accepted and ready to land.Aug 14 2023, 2:52 PM
This revision was landed with ongoing or failed builds.Aug 14 2023, 3:09 PM
This revision was automatically updated to reflect the committed changes.