From e161e4c0d6a2f34b732cbc3c144caf47d8f9ea4b Mon Sep 17 00:00:00 2001 From: Alejandro Gallo Date: Thu, 27 Jan 2022 20:49:07 +0100 Subject: [PATCH] Update Debug --- atrip.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/atrip.org b/atrip.org index 7f19a7a..561a375 100644 --- a/atrip.org +++ b/atrip.org @@ -2580,7 +2580,9 @@ template Atrip::Output Atrip::run(Atrip::Input const& in); #include #define ATRIP_BENCHMARK //#define ATRIP_DONT_SLICE -#define ATRIP_DEBUG 1 +#ifndef ATRIP_DEBUG +# define ATRIP_DEBUG 1 +#endif //#define ATRIP_WORKLOAD_DUMP #define ATRIP_USE_DGEMM //#define ATRIP_PRINT_TUPLES