This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] add dense to sparse conversion implementation
ClosedPublic

Authored by aartbik on Aug 6 2021, 7:37 PM.

Details

Summary

Implements lowering dense to sparse conversion, for static tensor types only.
First step towards general sparse_tensor.convert support.

Diff Detail