11.3. Testing and Benchmarking - 5.2 English - 57404

AOCL User Guide (57404)

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

AOCL-LAPACK includes multiple test suites to validate the functionality and to do performance benchmarking. As mentioned in AOCL-LAPACK Config Options, enable “BUILD_TEST” to build main test suite of AOCL-LAPACK. To build legacy test suite (available under test/legacyflame folder), set “BUILD_LEGACY_TEST”. Test framework from Netlib LAPACK is also included in AOCL-LAPACK source tree under folder netlib-test. Please refer to ReadMe files in these folders for more details to use these test suites.

Note

On Windows, both main test suite and legacy test suites must not be enabled together in the same build due to certain incompatible flag settings between the 2 projects.