This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse][gpu] add AoS COO support to cuSPARSE
ClosedPublic

Authored by aartbik on Jun 6 2023, 11:00 AM.

Details

Summary

Even though this feature was deprecated in release 11.2,
any library before this version still supports the feature,
which is why we are making it available under a macro.

Diff Detail

Event Timeline

aartbik created this revision.Jun 6 2023, 11:00 AM
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.Jun 6 2023, 11:00 AM
K-Wu accepted this revision.Jun 6 2023, 11:21 AM

LGTM

This revision is now accepted and ready to land.Jun 6 2023, 11:21 AM
aartbik updated this revision to Diff 528977.Jun 6 2023, 12:04 PM

rebased with main

This revision was landed with ongoing or failed builds.Jun 6 2023, 12:32 PM
This revision was automatically updated to reflect the committed changes.