4.3. Testing and Benchmarking - 5.2 English - 57404

AOCL User Guide (57404)

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

The AOCL-BLAS source directory contains a test suite to verify the functionality of AOCL-BLAS and BLAS APIs. The test suite invokes the APIs with different inputs and verifies that the results are within the expected tolerance limits.

For more information, refer amd/blis.

To execute the tests, navigate to the AOCL-BLAS source directory and run one of the following commands, as appropriate for your operating system and choice of AOCL-BLAS build method (configure+make is Linux-only):

# Build tests using configure+make (Linux only)
$ make checkblas checkblis
# Or equivalently
$ make test

# Build tests using CMake (Linux static or shared library, or Windows shared library)
$ cmake -build . -config Release --target checkblas checkblis

# Build tests using CMake (Windows static library)
$ cmake -build . -config Release --target checkblis