Skip to content

Releases: icl-utk-edu/blaspp

2021.04.00

25 Jan 22:28

Choose a tag to compare

  • Added HIP/ROCm support
  • Added include/blas/defines.h based on configuration
  • Various bug and CMake fixes

2020.10.02

25 Jan 22:27

Choose a tag to compare

  • CMake support for including as subdirectory

2020.10.01

25 Jan 22:27

Choose a tag to compare

  • Fixes: CMake always checks for CBLAS, in case LAPACK++ needs it

2020.10.00

25 Jan 22:26

Choose a tag to compare

  • Fixes: CMake defines, version, ILP64; remove [cz]symv prototypes
  • Add make check

2020.09.00

25 Jan 22:25

Choose a tag to compare

  • Clean up namespace
  • Makefile and CMake improvements

2020.08.00

25 Jan 22:24

Choose a tag to compare

  • Initial release. Functionality:
    • Level 1, 2, 3 BLAS for CPU
    • Level 3 BLAS for GPU
    • Level 3 batched BLAS for CPU and GPU
    • cuBLAS GPU implementation
    • Makefile and CMake build options