Enabling Call Logging and/or Tracing - 5.2 English - 57404

AOCL User Guide (57404)

Document ID
57404
Release Date
2025-12-29
Version
5.2 English

Use the configure or CMake options in the following table to select the desired options.

Table 4.12 Enabling BLIS Debug Tracing and/or Logging#

Build characteristic

CMake options
————————————
configure options

Enabling Logging

-DENABLE_AOCL_DTL=LOG
————————————
–enable-aocl-dtl=log

Enabling Tracing (optionally changing level, default=5)

-DENABLE_AOCL_DTL=TRACE
-DENABLE_AOCL_DTL=TRACE -DAOCL_DTL_TRACE_LEVEL=6
————————————
–enable-aocl-dtl=trace
–enable-aocl-dtl=trace –aocl-dtl-trace-level=6

Enabling both Logging and Tracing

-DENABLE_AOCL_DTL=ALL
————————————
–enable-aocl-dtl=all

Then build the library as explained in Build AOCL-BLAS from Source on Linux.