This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Moving/renaming genBuffer to allocaBuffer
ClosedPublic

Authored by wrengr on Dec 14 2022, 1:00 PM.

Details

Summary

This allows allocaBuffer to be used outside of SparseTensorConversion.cpp, which will be helpful for a some future commits.

Diff Detail

Event Timeline

wrengr created this revision.Dec 14 2022, 1:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 14 2022, 1:00 PM
wrengr requested review of this revision.Dec 14 2022, 1:00 PM
Peiming accepted this revision.Dec 14 2022, 1:13 PM
This revision is now accepted and ready to land.Dec 14 2022, 1:13 PM
aartbik accepted this revision.Dec 14 2022, 2:26 PM
This revision was automatically updated to reflect the committed changes.