Skip to content
Commit 74373e65 authored by Matt Wala's avatar Matt Wala
Browse files

Fixes/improvements to get_dot_dependency_graph().

- Fix a typo in an argument name.
- Reverse the dependency edges, because it's more typical for the
  arrow to point to the instruction that the computation depends on,
  rather than the other way around.
- Add a hook for customizing node attributes.
parent 3c0a7773
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment