Skip to content

Commit

Permalink
Final 6.1 version update (#476)
Browse files Browse the repository at this point in the history
* Update to correct rocRAND version

* Update version for 6.1 to reflect addition of perf workaround
  • Loading branch information
stanleytsang-amd authored Apr 11, 2024
1 parent cd8f1f6 commit 77858b5
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 rocRAND is available at
[https://rocm.docs.amd.com/projects/rocRAND/en/latest/](https://rocm.docs.amd.com/projects/rocRAND/en/latest/)

## rocRAND-3.0.1 for ROCm 6.1.0

### Fixes

* Implemented workaround for regressions in XORWOW and LFSR on MI200

## rocRAND-3.0.0 for ROCm 6.0.0

### Changes
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ if(BUILD_FILE_REORG_BACKWARD_COMPATIBILITY AND NOT WIN32)
endif()

# Set version variables
rocm_setup_version( VERSION "3.0.0" )
rocm_setup_version( VERSION "3.0.1" )
set ( rocrand_VERSION ${rocRAND_VERSION} )
# Old-style version number used within the library's API. rocrand_get_version should be modified.
math(EXPR rocrand_VERSION_NUMBER "${rocRAND_VERSION_MAJOR} * 100000 + ${rocRAND_VERSION_MINOR} * 100 + ${rocRAND_VERSION_PATCH}")
Expand Down

0 comments on commit 77858b5

Please sign in to comment.