Update Debug

This commit is contained in:
Alejandro Gallo 2022-01-27 20:49:07 +01:00
parent 5c177a85bc
commit e161e4c0d6

View File

@ -2580,7 +2580,9 @@ template Atrip::Output Atrip::run(Atrip::Input<Complex> const& in);
#include <functional> #include <functional>
#define ATRIP_BENCHMARK #define ATRIP_BENCHMARK
//#define ATRIP_DONT_SLICE //#define ATRIP_DONT_SLICE
#define ATRIP_DEBUG 1 #ifndef ATRIP_DEBUG
# define ATRIP_DEBUG 1
#endif
//#define ATRIP_WORKLOAD_DUMP //#define ATRIP_WORKLOAD_DUMP
#define ATRIP_USE_DGEMM #define ATRIP_USE_DGEMM
//#define ATRIP_PRINT_TUPLES //#define ATRIP_PRINT_TUPLES