This section explains some of the AOCL-BLAS APIs used to get the AOCL-BLAS library configuration information and for configuring optimization tuning parameters.
API |
Usage |
|---|---|
|
Returns the version string in the form of |
|
Returns the value of |
|
Returns true if OpenMP/pthreads are enabled and false otherwise. |
|
Returns the default number of threads used for the subsequent BLAS calls. |
|
Sets the number of threads used by AOCL-BLAS only for the current thread. Other threads will continue using the default or previously set values. |
|
Sets the number of threads for different levels of parallelization as per GotoBLAS five loops architecture. |
|
Undo any changes to internal threading settings from calls to |
For more details on the threading-related APIs, see Section 2.1 of AOCL Performance Tuning Guide and see amd/blis