Skip to content

Commit

Permalink
Changelog update for ROCm 4.5 (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawruble13 authored Sep 23, 2021
1 parent 01ff39a commit 779a360
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## (Unreleased) hipBLAS 0.48.0
### Added
- Added HIPBLAS_STATUS_UNKNOWN for unsupported backend status codes
- Added more support for hipblas-bench

### Fixed
Expand All @@ -10,26 +11,22 @@
### Changed
- Packaging split into a runtime package called hipblas and a development package called hipblas-devel. The development package depends on runtime. The runtime package suggests the development package for all supported OSes except CentOS 7 to aid in the transition. The suggests feature in packaging is introduced as a deprecated feature and will be removed in a future rocm release.

## [hipBLAS 0.47.0 for ROCm 4.4.0]
## Added
- Added HIPBLAS_STATUS_UNKNOWN for unsupported backend status codes

## [hipBLAS 0.46.0 for ROCm 4.3.0]
## hipBLAS 0.46.0 for ROCm 4.3.0
### Added
- Added hipblasStatusToString

### Fixed
- Added catch() blocks around API calls to prevent the leak of C++ exceptions

## [hipBLAS 0.44.0 for ROCm 4.2.0]
## hipBLAS 0.44.0 for ROCm 4.2.0
### Added
- Made necessary changes to work with rocBLAS' gemm_ex changes. When using rocBLAS backend, hipBLAS will query the preferable
layout of int8 data to be passed to gemm_ex, and will pass in the resulting flag. Users must be sure to use the preferable
data format when calling gemm_ex with a rocBLAS backend.
- Added hipblas-bench with support for:
- copy, swap, scal

## [hipBLAS 0.42.0 for ROCm 4.1.0]
## hipBLAS 0.42.0 for ROCm 4.1.0
### Added
- Added the following functions. All added functions include batched and strided-batched support with rocBLAS backend:
- axpy_ex
Expand All @@ -41,27 +38,27 @@
### Fixed
- Fixed complex unit test bug caused by incorrect caxpy and zaxpy function signatures

## [hipBLAS 0.40.0 for ROCm 4.0.0]
## hipBLAS 0.40.0 for ROCm 4.0.0
### Added
- Added changelog
- Added hipblas-bench with support for:
- gemv, trsm, gemm
- Added rocSOLVER as a cpack dependency

## [hipBLAS 0.38.0 for ROCm 3.10.0]
## hipBLAS 0.38.0 for ROCm 3.10.0
### Added
- Added hipblasSetAtomicsMode and hipblasGetAtomicsMode
- No longer look for CUDA backend unless --cuda build flag is passed

## [hipBLAS 0.36.0 for ROCm 3.9.0]
## hipBLAS 0.36.0 for ROCm 3.9.0
### Added
- Make device memory reallocate on demand

## [hipBLAS 0.34.0 for ROCm 3.8.0]
## hipBLAS 0.34.0 for ROCm 3.8.0
### Added
- Added --static build flag to allow for creating a static library

## [hipBLAS 0.32.0 for ROCm 3.7.0]
## hipBLAS 0.32.0 for ROCm 3.7.0
### Added
- Added --rocblas-path command line option to choose path to pre-built rocBLAS
- Added sgetriBatched, dgetriBatched, cgetriBatched, and zgetriBatched
Expand All @@ -70,7 +67,7 @@
- Added hipblasSetMatrixAsync and hipblasGetMatrixAsync
- Added Fortran support for getrf, getrs, geqrf and all variants thereof

## [hipBLAS 0.30.0 for ROCm 3.6.0]
## hipBLAS 0.30.0 for ROCm 3.6.0
### Added
- Added the following functions. All added functions include batched and strided-batched support with rocBLAS backend:
- stbsv, dtbsv, ctbsv, ztbsv
Expand All @@ -82,7 +79,7 @@
- Added GemmBatchedEx and GemmStridedBatchedEx
- Added Fortran support for BLAS functions

## [hipBLAS 0.28.0 for ROCm 3.5.0]
## hipBLAS 0.28.0 for ROCm 3.5.0
### Added
- Added the following functions. All added functions include batched and strided-batched support with rocBLAS backend:
- sgbmv, dgbmv, cgbmv, zgbmv
Expand Down

0 comments on commit 779a360

Please sign in to comment.