Skip to content

Commit

Permalink
Updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleytsang-amd committed Mar 10, 2022
1 parent 0d91912 commit 2e2bc57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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-2.10.13 for ROCm 5.1.0
## rocRAND-2.10.13 for ROCm 5.1.0
### Added
- Generating a random sequence different sizes now produces the same sequence without gaps
indepent of how many values are generated per call.
Expand All @@ -19,7 +19,7 @@ Full documentation for rocRAND is available at [https://rocrand.readthedocs.io/e
### Fixed
- Fix offset behaviour for XORWOW, MRG32K3A and PHILOX4X32_10 generator, setting offset now
correctly generates the same sequence starting from the offset.
- Only uniform int and float will work as these can be generated with a single call to the generator
- Only uniform int and float will work as these can be generated with a single call to the generator
### Known issues
- kernel_xorwow unit test is failing for certain GPU architectures.

Expand Down

0 comments on commit 2e2bc57

Please sign in to comment.