Skip to content

Commit 77858b5

Browse files
Final 6.1 version update (#476)
* Update to correct rocRAND version * Update version for 6.1 to reflect addition of perf workaround
1 parent cd8f1f6 commit 77858b5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Documentation for rocRAND is available at
44
[https://rocm.docs.amd.com/projects/rocRAND/en/latest/](https://rocm.docs.amd.com/projects/rocRAND/en/latest/)
55

6+
## rocRAND-3.0.1 for ROCm 6.1.0
7+
8+
### Fixes
9+
10+
* Implemented workaround for regressions in XORWOW and LFSR on MI200
11+
612
## rocRAND-3.0.0 for ROCm 6.0.0
713

814
### Changes

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ if(BUILD_FILE_REORG_BACKWARD_COMPATIBILITY AND NOT WIN32)
160160
endif()
161161

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

0 commit comments

Comments
 (0)