mirror of
https://github.com/amd/blis.git
synced 2026-05-12 01:59:59 +00:00
Merge "Disable execution and debug trace by default." into amd-staging-rome-2.2
This commit is contained in:
@@ -14,15 +14,15 @@
|
||||
|
||||
/* Macro for tracing the log If the user wants to enable tracing he has to
|
||||
enable this macro by making it to 1 else 0 */
|
||||
#define AOCL_DTL_TRACE_ENABLE 1
|
||||
//#define AOCL_DTL_TRACE_ENABLE 1
|
||||
|
||||
/* Macro for dumping the log If the user wants to enable dumping he has to
|
||||
enable this macro by making it to 1 else 0 */
|
||||
#define AOCL_DTL_DUMP_ENABLE 1
|
||||
//#define AOCL_DTL_DUMP_ENABLE 1
|
||||
|
||||
/* Macro for logging the logs If the user wants to enable loging information he
|
||||
has to enable this macro by making it to 1 else 0 */
|
||||
#define AOCL_DTL_LOG_ENABLE 1
|
||||
//#define AOCL_DTL_LOG_ENABLE 1
|
||||
|
||||
#define AOCL_DTL_TRACE_FILE "aocldtl_trace.wri"
|
||||
#define AOCL_DTL_AUTO_TRACE_FILE "aocldtl_auto_trace.wri"
|
||||
|
||||
@@ -112,7 +112,6 @@ AOCL_FAL_FILE *AOCL_FLIST_AddFile(const int8 *pchFilePrefix, AOCL_FLIST_Node **p
|
||||
temp->pNext = newNode;
|
||||
}
|
||||
|
||||
AOCL_DEBUGPRINT("Created file for tid = %d", tid);
|
||||
return newNode->fp;
|
||||
|
||||
} /* AOCL_FLIST_AddFile */
|
||||
|
||||
Reference in New Issue
Block a user