This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Support strided convolution on compressed level.
ClosedPublic

Authored by Peiming on Aug 25 2023, 4:40 PM.

Diff Detail

Event Timeline

Peiming created this revision.Aug 25 2023, 4:40 PM
Herald added a project: Restricted Project. · View Herald Transcript
Peiming requested review of this revision.Aug 25 2023, 4:40 PM
aartbik accepted this revision.Aug 30 2023, 11:04 AM
aartbik added inline comments.
mlir/lib/Dialect/SparseTensor/Transforms/LoopEmitter.cpp
810

typo: absolute

811

remove "to"

equals zero
OR
is equal to zero

1931–1932

no commented out please
(unless you add FIXME or TODO)

2302–2303

same

This revision is now accepted and ready to land.Aug 30 2023, 11:04 AM
Peiming marked 4 inline comments as done.Aug 30 2023, 12:23 PM
Peiming updated this revision to Diff 554799.Aug 30 2023, 12:24 PM

address comments.

This revision was landed with ongoing or failed builds.Aug 30 2023, 12:38 PM
This revision was automatically updated to reflect the committed changes.