This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] fix crashes when generation conv_2d_nchw_fchw with Compressed Dense Compressed Dense sparse encoding.
ClosedPublic

Authored by Peiming on May 30 2023, 8:45 PM.

Diff Detail

Event Timeline

Peiming created this revision.May 30 2023, 8:45 PM
Herald added a project: Restricted Project. · View Herald Transcript
Peiming requested review of this revision.May 30 2023, 8:45 PM
aartbik accepted this revision.May 31 2023, 9:51 AM
aartbik added inline comments.
mlir/lib/Dialect/SparseTensor/Transforms/LoopEmitter.cpp
1169

Remove the "annoyingly" ;-)

This revision is now accepted and ready to land.May 31 2023, 9:51 AM
Peiming updated this revision to Diff 527129.May 31 2023, 11:04 AM

address comments.

Peiming marked an inline comment as done.May 31 2023, 11:04 AM
This revision was landed with ongoing or failed builds.May 31 2023, 11:06 AM
This revision was automatically updated to reflect the committed changes.