The following table lists additional CMake variables used to configure how selected AOCL libraries integrate and interact with each other.
CMake Variable or Option
|
Usage
|
|---|---|
ENABLE_AOCL_LAPACK_BLAS_COUPLING
|
-DENABLE_AOCL_LAPACK_BLAS_COUPLING=OFF (default) or-DENABLE_AOCL_LAPACK_BLAS_COUPLING=ON to enable tight couplingbetween AOCL-LAPACK and AOCL-BLAS library. This option controls
whether AOCL-LAPACK should be tightly integrated with AOCL-BLAS
implementation.
Note: This is different from
ENABLE_AOCL_BLAS, whichcontrols the inclusion of AOCL-BLAS into the unified library.
|