From bf027faaa955c5af3b7fc8b52b536124d60f07f4 Mon Sep 17 00:00:00 2001 From: Richard Date: Wed, 5 Apr 2023 20:19:00 -0400 Subject: [PATCH] Update debug.h Remove default debugging Halide output --- include/tiramisu/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tiramisu/debug.h b/include/tiramisu/debug.h index 1ab463dfb..646338102 100644 --- a/include/tiramisu/debug.h +++ b/include/tiramisu/debug.h @@ -8,7 +8,7 @@ * the code generation step. Set to false to disable this. * Halide IR will be printed even if ENABLE_DEBUG is set to false. */ -#define PRINT_HALIDE_IR_AFTER_CODEGEN 1 +#define PRINT_HALIDE_IR_AFTER_CODEGEN 0 /** * Set to true to enable printing the final (fully simplified)