Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
debug prints for imported correlations
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehsan Totoni committed Apr 5, 2016
1 parent 4ccaef5 commit 23014bd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/parallel-ir.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2950,11 +2950,12 @@ function nested_function_exprs(max_label, domain_lambda, dl_inputs, out_state)
setEscCorrelations!(new_vars, ast_linfo, out_state, length(input_arrays))
# meta may have changed, need to update ast
ast.args[2] = LambdaHandling.createMeta(ast_linfo)
@dprintln(3,"Creating equivalence classes.")
@dprintln(3,"Creating nested equivalence classes. Imported correlations:")
print_correlations(3, new_vars)
genEquivalenceClasses(ast, new_vars)
@dprintln(3,"Done creating equivalence classes.")

@dprintln(1,"Creating equivalence classes time = ", ns_to_sec(time_ns() - eq_start))
@dprintln(3,"Done creating nested equivalence classes.")
print_correlations(3, new_vars)
@dprintln(1,"Creating nested equivalence classes time = ", ns_to_sec(time_ns() - eq_start))

rep_start = time_ns()

Expand Down

0 comments on commit 23014bd

Please sign in to comment.