From 2e2bc57615717df498980fcf2119f75436c34af2 Mon Sep 17 00:00:00 2001 From: Stanley Tsang Date: Thu, 10 Mar 2022 17:16:37 -0500 Subject: [PATCH] Updating changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 635b2ddc..fe8837c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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.