This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] adding `SparseTensorType::get{Pointer,Index}Type` methods
ClosedPublic

Authored by wrengr on Feb 13 2023, 1:31 PM.

Diff Detail

Event Timeline

wrengr created this revision.Feb 13 2023, 1:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 13 2023, 1:31 PM
wrengr requested review of this revision.Feb 13 2023, 1:31 PM
wrengr retitled this revision from ading `SparseTensorType::get{Pointer,Index}Type` methods to adding `SparseTensorType::get{Pointer,Index}Type` methods.Feb 13 2023, 1:32 PM
wrengr retitled this revision from adding `SparseTensorType::get{Pointer,Index}Type` methods to [mlir][sparse] adding `SparseTensorType::get{Pointer,Index}Type` methods.Feb 13 2023, 1:35 PM
aartbik accepted this revision.Feb 13 2023, 1:52 PM
aartbik added inline comments.
mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorType.h
237

Comment on pointer/index seems interchanged?

This revision is now accepted and ready to land.Feb 13 2023, 1:52 PM
wrengr updated this revision to Diff 497101.Feb 13 2023, 1:55 PM
wrengr marked an inline comment as done.

correcting swapped documentiation

wrengr updated this revision to Diff 497112.Feb 13 2023, 2:23 PM

git-clang-format