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