Skip to content

Commit

Permalink
Update version for ROCm 6.0 (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleytsang-amd authored Jan 11, 2024
1 parent 67dd851 commit 4ea9c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Full documentation for rocRAND is available at [https://rocrand.readthedocs.io/en/latest/](https://rocrand.readthedocs.io/en/latest/)

## (Unreleased) rocRAND-x.x.x for ROCm 6.0.0
## rocRAND-3.0.0 for ROCm 6.0.0
### Changed
- Generator classes from `rocrand.hpp` are no longer copyable, in previous versions these copies
would copy internal references to the generators and would lead to double free or memory leak errors.
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 "2.10.17" )
rocm_setup_version( VERSION "3.0.0" )
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 4ea9c8e

Please sign in to comment.