Commit f72772b
[PP] make runtime dbg log print custom actions (pytorch#167113)
Previously the log only printed if the default implementation for an
action was used, now it prints before dispatching to custom registered
actions.
Tested by running on autoparallel graph runner and observing forward
pass action logged
Pull Request resolved: pytorch#167113
Approved by: https://github.com/sanketpurandare, https://github.com/Skylion0071 parent 981dd71 commit f72772b
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2033 | 2033 | | |
2034 | 2034 | | |
2035 | 2035 | | |
2036 | | - | |
2037 | | - | |
2038 | | - | |
2039 | | - | |
2040 | | - | |
2041 | | - | |
2042 | 2036 | | |
2043 | 2037 | | |
2044 | 2038 | | |
| |||
2191 | 2185 | | |
2192 | 2186 | | |
2193 | 2187 | | |
| 2188 | + | |
| 2189 | + | |
| 2190 | + | |
| 2191 | + | |
| 2192 | + | |
2194 | 2193 | | |
2195 | 2194 | | |
2196 | 2195 | | |
| |||
0 commit comments