Highlights of AOCL-LAPACK 5.2
- Improved performance of the following routines
- LU, Cholesky and QR Factorizations (DGETRF, DPOTRF & DGEQRF)
- Symmetric Eigen Decomposition (DSYEVD)
- Matrix Inverse routines (DGETRI & DPOTRI) for small sizes
- Build System update
- AOCL-LAPACK now supports only CMAKE based build; autoconf based build is not supported anymore
- Added two new modes (avx2-strict, avx512-strict) under LF_ISA_CONFIG build flag to enforce specific ISA during execution
- Test suite framework enhancements
- Bit Reproducibility tests for test-suite supported LAPACK APIs
- Introduced Benchmark Mode to run tests for fixed duration, displaying additional metrics, and more