From c09f49d1f6abc738329080da39db3de79f8e24f3 Mon Sep 17 00:00:00 2001 From: Vin Huang Date: Mon, 16 Dec 2024 06:23:23 +0000 Subject: [PATCH] Update hipsparselt version to v0.2.3 --- CHANGELOG.md | 6 ++++++ CMakeLists.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d49b9caa..5446b929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Full documentation for hipSPARSELt is available at [rocm.docs.amd.com/projects/hipSPARSELt](https://rocm.docs.amd.com/projects/hipSPARSELt/en/latest/index.html). +## (Unreleased) hipSPARSELt 0.2.3 for ROCm 6.4.0 + +### Changed + +* Changed the check mechanism of the inputs when is using alpha vector scaling. + ## hipSPARSELt 0.2.2 for ROCm 6.3.0 ### Added diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b488443..185b8dc7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -234,7 +234,7 @@ get_os_id(OS_ID) message (STATUS "OS detected is ${OS_ID}") # Setup version -set (VERSION_STRING "0.2.2" ) +set (VERSION_STRING "0.2.3" ) rocm_setup_version( VERSION ${VERSION_STRING} ) set(hipsparselt_SOVERSION 0.2)