11.4.6. Using Extended BLAS APIs - 5.2 English - 57404

AOCL User Guide (57404)

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

As mentioned earlier, usage of Extended BLAS APIs is enabled by setting ENABLE_AMD_FLAGS or ENABLE_AMD_AOCC_FLAGS to ON. If there is a need to disable this feature, CMake option of ENABLE_BLAS_EXT_GEMMT can be used:

$ cmake -DENABLE_AMD_FLAGS=ON -DENABLE_BLAS_EXT_GEMMT=OFF ...