Skip to content

Clicking on "Graph Viewer: see hlo graph for ..." does not take users to the HLO graph #2458

@tdophung

Description

@tdophung

Clicking on

Image will not show me the HLO graph of the Op inquired about.

It will automatically set the op name to the correct XLA Op name, but the XLA Modules name will be set incorrectly (to jit_randint()) and the HLO graph will not show as in this screen shot:

Image

The WAR is to look at what stream the op is coming from (e.g Framework Name Scope - from # 46), then find the XLA Op line (e.g XLA Ops from # 46) from respective Stream # and then copy the XLA Op name into the HLO view page, while resetting the XLA Modules to the correct module, to be able to see the HLO graph.

This is quite annoying and affect performance while investigating the graphs of multiple ops.

Metadata

Metadata

Assignees

No one assigned

    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