This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Correcting some terminology / naming-scheme errors.
ClosedPublic

Authored by wrengr on Mar 30 2023, 6:22 PM.

Details

Summary

The name "coords" should be used for the complete tuple of Dimension-/Level-many "crd" values associated with a single element. Whereas the name "coordinates" should only be used for collections of "crd" values which span several elements (e.g., the tensor's coordinates buffer for a single level).

Diff Detail

Event Timeline

wrengr created this revision.Mar 30 2023, 6:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 30 2023, 6:22 PM
wrengr requested review of this revision.Mar 30 2023, 6:22 PM
aartbik accepted this revision.Mar 30 2023, 6:23 PM
This revision is now accepted and ready to land.Mar 30 2023, 6:23 PM
This revision was landed with ongoing or failed builds.Mar 30 2023, 6:26 PM
This revision was automatically updated to reflect the committed changes.