Skip to content

Releases: ROCm/hipBLAS

hipBLAS 0.52.0 for ROCm 5.3.3

17 Nov 19:21
a7b15f1
Compare
Choose a tag to compare

hipBLAS code for ROCm 5.3.3 did not change. The library was rebuilt for the updated ROCm 5.3.3 stack.

hipBLAS 0.52.0 for ROCm 5.3.2

10 Nov 01:04
a7b15f1
Compare
Choose a tag to compare

hipBLAS code for ROCm 5.3.2 did not change. The library was rebuilt for the updated ROCm 5.3.2 stack.

hipBLAS 0.52.0 for ROCm 5.3.1

28 Oct 16:57
a7b15f1
Compare
Choose a tag to compare

hipBLAS code for ROCm 5.3.1 did not change. The library was rebuilt for the updated ROCm 5.3.1 stack.

hipBLAS 0.52.0 for ROCm 5.3.0

30 Sep 19:24
a7b15f1
Compare
Choose a tag to compare

Added

  • Added --cudapath option to install.sh to allow user to specify which cuda build they would like to use.
  • Added --installcuda option to install.sh to install cuda via a package manager. Can be used with new --installcudaversion
    option to specify which version of cuda to install.

Fixed

  • Fixed #includes to support a compiler version.
  • Fixed client dependency support in install.sh

hipBLAS 0.51.0 for ROCm 5.2.3

18 Aug 16:59
f2dc496
Compare
Choose a tag to compare

hipBLAS code for ROCm 5.2.3 did not change. The library was rebuilt for the updated ROCm 5.2.3 stack.

hipBLAS 0.51.0 for ROCm 5.2.1

21 Jul 20:23
f2dc496
Compare
Choose a tag to compare

hipBLAS code for ROCm 5.2.1 did not change. The library was rebuilt for the updated ROCm 5.2.1 stack.

hipBLAS 0.51.0 for ROCm 5.2.0

28 Jun 18:43
f2dc496
Compare
Choose a tag to compare

Added

  • Packages for test and benchmark executables on all supported OSes using CPack.
  • Added File/Folder Reorg Changes with backward compatibility support enabled using ROCM-CMAKE wrapper functions
  • Added user-specified initialization option to hipblas-bench

Fixed

  • Fixed version gathering in performance measuring script

hipBLAS 0.50.0 for ROCm 5.1.3

20 May 17:05
Compare
Choose a tag to compare

hipBLAS code for ROCm 5.1.3 did not change. The library was rebuilt for the updated ROCm 5.1.3 stack.

hipBLAS 0.50.0 for ROCm 5.1.1

08 Apr 20:52
Compare
Choose a tag to compare

hipBLAS code for ROCm 5.1.1 did not change. The library was rebuilt for the updated ROCm 5.1.1 stack.

hipBLAS 0.50.0 for ROCm 5.1.0

30 Mar 17:27
Compare
Choose a tag to compare

Added

  • Added library version and device information to hipblas-test output
  • Added --rocsolver-path command line option to choose path to pre-built rocSOLVER, as
    absolute or relative path
  • Added --cmake_install command line option to update cmake to minimum version if required
  • Added cmake-arg parameter to pass in cmake arguments while building
  • Added infrastructure to support readthedocs hipBLAS documentation.

Fixed

  • Added hipblasVersionMinor define. hipblaseVersionMinor remains defined
    for backwards compatibility.
  • Doxygen warnings in hipblas.h header file.

Changed

  • rocblas-path command line option can be specified as either absolute or relative path
  • Help message improvements in install.sh and rmake.py
  • Updated googletest dependency from 1.10.0 to 1.11.0