Skip to content

SPLA 1.6.0

Compare
Choose a tag to compare
@AdhocMan AdhocMan released this 07 Jun 12:08
· 3 commits to master since this release
261fdae

SPLA 1.6.0 Release Notes

Changes

  • Removed deprecated direct multi-threading control through set_num_threads(...) . Multi-threading must now be set through the linked BLAS library, for example with the OMP_NUM_THREADS environment variable used by BLAS libraries compiled with OpenMP.
  • CMake option SPLA_HOST_BLAS was replaced by BLA_VENDOR from the FindBlas CMake module. For linking with Libsci from Cray, set BLA_VENDOR to CRAY_LIBSCI. Other libraries not found by the default CMake module can be used by directly setting BLAS_LIBRARIES to the required link command.
  • Switch to C++17
    • CUDA version requirement increased to 11.0
    • CMake version requirement increased to 3.18
  • Updated dependencies required to build tests
  • Added CMake option to disable downloading of test dependencies

Bug Fixes

  • Fix compilation with rocBLAS 4.0.0 (ROCm 6.0)