Use the configure or CMake options in the following table to select the desired options.
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.