You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This changes our doxygen config to assume we have the `dot` executable
in our `$PATH`. This enables a number of diagrams to be built by default
by doxygen. This PR also enables some non-default graphs: the call graph
which shows functions called by each function and the caller graph which
shows all other functions that call the function at hand. If you make a
change to a function and want to see the potential impact, it is useful
to inspect the caller graph.
## Example: `nvfuser::isResharding`
Call graph:

Caller graph:

0 commit comments