This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] annotate loops that are generated by loop emitter.
ClosedPublic

Authored by Peiming on Nov 16 2022, 2:52 PM.

Diff Detail

Event Timeline

Peiming created this revision.Nov 16 2022, 2:52 PM
Herald added a project: Restricted Project. · View Herald Transcript
Peiming requested review of this revision.Nov 16 2022, 2:52 PM
Peiming updated this revision to Diff 475933.Nov 16 2022, 3:08 PM

use operation name as the tag.

aartbik accepted this revision.Nov 16 2022, 4:02 PM
aartbik added inline comments.
mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.h
499

maybe a doc comment?

This revision is now accepted and ready to land.Nov 16 2022, 4:02 PM
Peiming updated this revision to Diff 475943.Nov 16 2022, 4:08 PM

address comment.

This revision was landed with ongoing or failed builds.Nov 16 2022, 4:09 PM
This revision was automatically updated to reflect the committed changes.