File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 3
3
Documentation for rocRAND is available at
4
4
[ https://rocm.docs.amd.com/projects/rocRAND/en/latest/ ] ( https://rocm.docs.amd.com/projects/rocRAND/en/latest/ )
5
5
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
+
6
12
## rocRAND-3.0.0 for ROCm 6.0.0
7
13
8
14
### Changes
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ if(BUILD_FILE_REORG_BACKWARD_COMPATIBILITY AND NOT WIN32)
160
160
endif ()
161
161
162
162
# Set version variables
163
- rocm_setup_version( VERSION "3.0.0 " )
163
+ rocm_setup_version( VERSION "3.0.1 " )
164
164
set ( rocrand_VERSION ${rocRAND_VERSION} )
165
165
# Old-style version number used within the library's API. rocrand_get_version should be modified.
166
166
math (EXPR rocrand_VERSION_NUMBER "${rocRAND_VERSION_MAJOR} * 100000 + ${rocRAND_VERSION_MINOR} * 100 + ${rocRAND_VERSION_PATCH} " )
You can’t perform that action at this time.
0 commit comments