Skip to content

MIGraphX GraphViz coloring by group improvements #4186

@ethansaurusrex

Description

@ethansaurusrex

Improvement to previous:

Update MIGraphX Graphviz coloring to use groupings based on aliasing and context free qualities:

  • if context free and alias (const foldable: color1)
  • if !context free and !alias (reshape: color2)
  • if !context free and alias (tbd)
  • if context free and !alias (default)

for all other qualities (literals and constants), fallback to current coloring scheme

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions