Skip to content

Commit

Permalink
Merge pull request #194 from stanleytsang-amd/6.3-ver-update
Browse files Browse the repository at this point in the history
Cherry-pick: 6.3 packaging version update
  • Loading branch information
vamovsik authored Dec 10, 2024
2 parents 0881045 + 50fcdda commit 4b70583
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Documentation for hipRAND is available at
[https://rocm.docs.amd.com/projects/hipRAND/en/latest/](https://rocm.docs.amd.com/projects/hipRAND/en/latest/).

## hipRAND-2.11.1 for ROCm 6.2.4

### Added

* GFX1151 Suport

## hipRAND-2.11.0 for ROCm 6.2.0

### Additions
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ endif()
# hipRAND project
#
project(hipRAND CXX)
set(hipRAND_VERSION "2.11.0")
set(hipRAND_VERSION "2.11.1")

# Build options
option(BUILD_ADDRESS_SANITIZER "Build with address sanitizer enabled" OFF)
Expand Down

0 comments on commit 4b70583

Please sign in to comment.