Skip to content

Releases: ROCm/hipBLAS

hipBLAS-0.42.0 for ROCm 4.1.0

23 Mar 01:18
745b744
Compare
Choose a tag to compare

Added
Added the following functions. All added functions include batched and strided-batched support with rocBLAS backend:
axpy_ex
dot_ex
nrm2_ex
rot_ex
scal_ex

Fixed
Fixed complex unit test bug caused by incorrect caxpy and zaxpy function signatures

Known Issues

  • None

hipBLAS-0.38.0 for ROCm 4.0.0

18 Dec 15:22
400d551
Compare
Choose a tag to compare

New Features

  • No new features

Known Issues

  • None

hipBLAS-0.38.0 for ROCm 3.10.0

30 Nov 17:02
400d551
Compare
Choose a tag to compare

New Features

  • Added hipblasSetAtomicsMode and hipblasGetAtomicsMode
  • No longer look for CUDA backend unless --cuda build flag is passed

Known Issues

  • None

hipBLAS-0.36.0 for ROCm 3.9.0

27 Oct 20:13
e4d9e7b
Compare
Choose a tag to compare

New Features

Known Issues

  • None

hipBLAS-0.34.0 for ROCm 3.8.0

18 Sep 21:32
50b865f
Compare
Choose a tag to compare

New Features

  • No new features

Known Issues

  • None

hipBLAS-0.32.0 for ROCm 3.7.0

15 Aug 04:26
abd7261
Compare
Choose a tag to compare

New Features

  • Improvements to rocblas_Xgemm_batched performance for small m, n, k.
  • Improvements to rocblas_Xgemv_batched and rocblas_Xgemv_strided_batched performance for small m (QMCPACK use).
  • Improvements to rocblas_Xdot (batched and non-batched) performance when both incx and incy are 1
  • FP32 ONNX BERT MI50 performance improved 28%
  • FP32 BDAS MI50/MI60 Performance improved significantly
  • Added substitution method for small trsm sizes with m <= 64 && n <= 64. Increases performance drastically for small batched trsm.
  • Add Fortran interface for BLAS 1, BLAS 2, BLAS 3
  • Add tbsv, tbsv_batched, and tbsv_strided_batched
  • Add hemm, hemm_batched, and hemm_strided_batched
  • Add symm, symm_batched, and symm_strided_batched
  • Add complex versions of geam, along with geam_batched and geam_strided_batched
  • Add gemm_batched_ex and gemm_strided_batched_ex

Known Issues

  • None

hipBLAS-0.30.0 for ROCm 3.6.0

11 Jul 00:38
cb328a4
Compare
Choose a tag to compare

New Features

  • Add Fortran interface for BLAS 1, BLAS 2, BLAS 3
  • Add tbsv, tbsv_batched, and tbsv_strided_batched
  • Add hemm, hemm_batched, and hemm_strided_batched
  • Add symm, symm_batched, and symm_strided_batched
  • Add complex versions of geam, along with geam_batched and geam_strided_batched
  • Add gemm_batched_ex and gemm_strided_batched_ex

Known Issues

  • None

hipBLAS-0.28.0 for ROCm 3.5.0

01 Jun 19:52
7d2cb89
Compare
Choose a tag to compare

New Features

  • Switched to hip-clang as default compiler and deprecated hcc build

Known Issues

None

hipBLAS-12.2.0

18 Jan 15:17
Compare
Choose a tag to compare

Changelist

  • correct type of hipblasHgemm parameters
  • return error if handle is nullptr
  • CMake fix for rocm-export-targets
  • make yum install smoother

hipBLAS-12.1.0 release for ROCM 1.8.2

12 Sep 18:30
Compare
Choose a tag to compare

Changelist:

  • add hipblasGemmEx