This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] remove redundant template parameter (NFC)
ClosedPublic

Authored by Peiming on Jan 9 2023, 9:46 AM.

Details

Summary

The template parameter is no longer needed after MutSparseTensorDescriptor
is implemented as a subclass of SparseTensorDescriptorImpl. The only purpose
for it was to enable SFINAE.

Diff Detail

Event Timeline

Peiming created this revision.Jan 9 2023, 9:46 AM
Herald added a project: Restricted Project. · View Herald Transcript
Peiming requested review of this revision.Jan 9 2023, 9:47 AM
bixia accepted this revision.Jan 9 2023, 9:50 AM
This revision is now accepted and ready to land.Jan 9 2023, 9:50 AM
This revision was automatically updated to reflect the committed changes.