This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse][bufferization] fix doc on new init operation
ClosedPublic

Authored by aartbik on Jun 2 2022, 10:32 AM.

Details

Summary

The example was still using the -now- removed sparse_tensor.init_tensor.
Also, I made the input operands of the matrix multiplication sparse too
(since it looks a bit strange to multiply two dense matrices into a sparse).

Diff Detail

Event Timeline

aartbik created this revision.Jun 2 2022, 10:32 AM
aartbik requested review of this revision.Jun 2 2022, 10:32 AM
bixia accepted this revision.Jun 2 2022, 11:56 AM
This revision is now accepted and ready to land.Jun 2 2022, 11:56 AM