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
Fix get_control_flow_submodules_list call in debug handle generator pass (#6187)
Summary:
We should be using `current_graph_module` not `ep.graph_module` in this loop, otherwise it can go into an infinite loop.
Reviewed By: Olivia-liu, bingcy
Differential Revision: D64309046
0 commit comments