Skip to content

Commit

Permalink
changelog for 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrost57 committed May 27, 2021
1 parent 9d516c4 commit 2848e0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log for hipSPARSE

## [(Unreleased) hipSPARSE 1.10.6 for ROCm 4.2.0]
## [hipSPARSE 1.10.7 for ROCm 4.3.0]
### Added
- (batched) tridiagonal solve with and without pivoting
- dense matrix sparse vector multiplication (gemvi)
- sampled dense-dense matrix multiplication (sddmm)

## [hipSPARSE 1.10.6 for ROCm 4.2.0]
### Added
- Generic API support, including SpMM

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ option(BUILD_CUDA "Build hipSPARSE for CUDA" OFF)
include(cmake/Dependencies.cmake)

# Setup version
rocm_setup_version(VERSION 1.10.6)
rocm_setup_version(VERSION 1.10.7)
set(hipsparse_SOVERSION 0.1)

# hipSPARSE library
Expand Down

0 comments on commit 2848e0a

Please sign in to comment.