This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] introduce new op for querying number of stored entries
ClosedPublic

Authored by aartbik on Oct 20 2022, 2:41 PM.

Diff Detail

Event Timeline

aartbik created this revision.Oct 20 2022, 2:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 20 2022, 2:41 PM
aartbik requested review of this revision.Oct 20 2022, 2:41 PM
bixia accepted this revision.Oct 20 2022, 2:55 PM
This revision is now accepted and ready to land.Oct 20 2022, 2:55 PM
wrengr added inline comments.Oct 20 2022, 3:06 PM
mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
170

Since the ToValuesOp is called values I wonder if this should be called number_of_values instead

This revision was landed with ongoing or failed builds.Oct 20 2022, 3:06 PM
This revision was automatically updated to reflect the committed changes.