From b87c24c4d18e0e24d3d94776508b14b398692fad Mon Sep 17 00:00:00 2001 From: Mike Campbell Date: Tue, 24 Aug 2021 17:55:24 -0500 Subject: [PATCH] Create a debug branch for build-and-test Temporarily add a stdout dump of the pytato program for tracking a performance issue. --- arraycontext/impl/pytato/compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arraycontext/impl/pytato/compile.py b/arraycontext/impl/pytato/compile.py index faed2cfe..fd25f74c 100644 --- a/arraycontext/impl/pytato/compile.py +++ b/arraycontext/impl/pytato/compile.py @@ -241,7 +241,7 @@ def _as_dict_of_named_arrays(keys, ary): .with_transformed_program(self .actx .transform_loopy_program)) - + print(pytato_program.program) self.program_cache[arg_id_to_descr] = CompiledFunction( self.actx, pytato_program, input_naming_map, output_naming_map,