This is an archive of the discontinued LLVM Phabricator instance.

[sparse][mlir] simplify sparse runtime support library
ClosedPublic

Authored by aartbik on May 21 2021, 5:40 PM.

Details

Summary

Removed some of the older raw "MLIRized" versions that are
no longer needed now that the sparse runtime support library
can focus on the proper sparse tensor types rather than the
opague pointer approach of the past. This avoids legacy...

Diff Detail

Event Timeline

aartbik created this revision.May 21 2021, 5:40 PM
aartbik requested review of this revision.May 21 2021, 5:40 PM
penpornk accepted this revision.May 25 2021, 9:29 AM
This revision is now accepted and ready to land.May 25 2021, 9:29 AM
This revision was automatically updated to reflect the committed changes.
mlir/lib/ExecutionEngine/SparseUtils.cpp