Skip to content

Commit fd58a5a

Browse files
committed
chore: bump version and fix changelog
1 parent 9f8275c commit fd58a5a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
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.3.0 for ROCm 6.4.0
7+
8+
### Changed
9+
10+
* Removed TBB dependency for multi-core processing of host-side generation.
11+
612
## rocRAND 3.2.0 for ROCm 6.3.0
713

814
### Added
@@ -16,7 +22,6 @@ Documentation for rocRAND is available at
1622
### Changed
1723

1824
* `rocrand_discrete` for MTGP32, LFSR113 and ThreeFry generators now uses the alias method, which is faster than binary search in CDF.
19-
* Removed TBB dependency for multi-core processing of host-side generation.
2025

2126
## rocRAND 3.1.1 for ROCm 6.2.4
2227

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ if(BUILD_FILE_REORG_BACKWARD_COMPATIBILITY AND NOT WIN32)
156156
endif()
157157

158158
# Set version variables
159-
rocm_setup_version( VERSION "3.2.0" )
159+
rocm_setup_version( VERSION "3.3.0" )
160160
set ( rocrand_VERSION ${rocRAND_VERSION} )
161161
# Old-style version number used within the library's API. rocrand_get_version should be modified.
162162
math(EXPR rocrand_VERSION_NUMBER "${rocRAND_VERSION_MAJOR} * 100000 + ${rocRAND_VERSION_MINOR} * 100 + ${rocRAND_VERSION_PATCH}")

0 commit comments

Comments
 (0)