Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshi15108 committed Nov 26, 2023
1 parent 50db6d9 commit 82e7066
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inou/locator/traverse_lg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,9 @@ void Traverse_lg::fast_pass_for_inputs(Lgraph* lg, map_of_sets& inp_map_of_sets,
// continue;
// }
auto out_cf = out_cfs.get_compact_flat();
#ifdef BASIC_DBG
fmt::print("\t\t\t Child node's (n{}) dpin:{}\n",std::to_string(out_cfs.get_node().get_nid()), out_cfs.has_name()?out_cfs.get_name():std::to_string(out_cfs.get_pid()));
#endif
if (is_loop_stop) {
if (!is_orig_lg && !(get_matching_map_val(dpins.get_compact_flat())).empty()) {
auto match_val = get_matching_map_val(dpins.get_compact_flat());
Expand Down

0 comments on commit 82e7066

Please sign in to comment.