Skip to content

Commit

Permalink
6.2 version update (#413)
Browse files Browse the repository at this point in the history
* Update version number

* Clean up changelog
  • Loading branch information
stanleytsang-amd authored Oct 9, 2024
1 parent 906d157 commit a2cf6f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
Documentation for hipCUB is available at
[https://rocm.docs.amd.com/projects/hipCUB/en/latest/](https://rocm.docs.amd.com/projects/hipCUB/en/latest/).

## (Unreleased) hipCUB-3.2.1 for ROCm 6.2.4
## hipCUB-3.2.1 for ROCm 6.2.4

### Added

* GFX1151 Support

## (Unreleased) hipCUB-3.2.0 for ROCm 6.2.0
## hipCUB-3.2.0 for ROCm 6.2.0

### Added
* Add `DeviceCopy` function to have parity with CUB.
Expand Down Expand Up @@ -44,7 +44,7 @@ Documentation for hipCUB is available at
by setting the `CUB_DEBUG_SYNC` (or higher debug level) or the `HIPCUB_DEBUG_SYNC` preprocessor definition.
* The compile time deprecation warnings can be disabled by defining the `HIPCUB_IGNORE_DEPRECATED_API` preprocessor definition.

## (Unreleased) hipCUB-3.1.0 for ROCm 6.1.0
## hipCUB-3.1.0 for ROCm 6.1.0

### Changes

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if(BUILD_ADDRESS_SANITIZER)
endif()

# Setup VERSION
set(VERSION_STRING "3.2.0")
set(VERSION_STRING "3.2.1")
rocm_setup_version(VERSION ${VERSION_STRING})

# Print configuration summary
Expand Down

0 comments on commit a2cf6f9

Please sign in to comment.