This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] fix crash when generating convolution kernel with sparse input in DCCD format.
ClosedPublic

Authored by Peiming on Aug 29 2023, 11:15 PM.

Diff Detail

Event Timeline

Peiming created this revision.Aug 29 2023, 11:15 PM
Herald added a project: Restricted Project. · View Herald Transcript
Peiming requested review of this revision.Aug 29 2023, 11:15 PM
Peiming added inline comments.Aug 29 2023, 11:16 PM
mlir/lib/Dialect/SparseTensor/Transforms/LoopEmitter.cpp
1816

No idea why it did not cause any problem before ;-(

anlunx accepted this revision.Aug 29 2023, 11:21 PM
This revision is now accepted and ready to land.Aug 29 2023, 11:21 PM
Peiming updated this revision to Diff 554590.Aug 29 2023, 11:47 PM

fix bugs.

aartbik accepted this revision.Aug 30 2023, 9:11 AM
aartbik added inline comments.
mlir/lib/Dialect/SparseTensor/Transforms/LoopEmitter.cpp
1816

Yeah, surprising. But all is well now.