This is an archive of the discontinued LLVM Phabricator instance.

Improve MLIR "view-op-graph" to color operations according to their name
ClosedPublic

Authored by mehdi_amini on Jun 19 2023, 8:24 AM.

Diff Detail

Event Timeline

mehdi_amini created this revision.Jun 19 2023, 8:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 19 2023, 8:25 AM
mehdi_amini requested review of this revision.Jun 19 2023, 8:25 AM
jpienaar accepted this revision.Jun 19 2023, 8:52 AM

I think reasonable step.

mlir/lib/Transforms/ViewOpGraph.cpp
119

Later we could enable a pre populate or some such too - TF side I often only had a few ops I cared about, and as discussed in chat there was a lambda that could be populated from python side and so I could for example only focus on some nodes.

This revision is now accepted and ready to land.Jun 19 2023, 8:52 AM
This revision was landed with ongoing or failed builds.Jun 20 2023, 1:02 PM
This revision was automatically updated to reflect the committed changes.