Full documentation for rocRAND is available at https://rocrand.readthedocs.io/en/latest/
- hipRAND split into a separate package
- Header file installation location changed to match other libraries.
- Using the
rocrand.h
header file should now use#include <rocrand.h>
, rather than#include <rocrand/rocrand.h>
- Using the
- Initial HIP on Windows support. See README for instructions on how to build and install.
- Packaging split into a runtime package called rocrand and a development package called rocrand-devel. The development package depends on runtime. The runtime package suggests the development package for all supported OSes except CentOS 7 to aid in the transition. The suggests feature in packaging is introduced as a deprecated feature and will be removed in a future rocm release.
- Fix for mrg_uniform_distribution_double generating incorrect range of values
- Fix for order of state calls for log_normal, normal, and uniform
- kernel_xorwow test is failing for certain GPU architectures.
- Sobol64 support added.
- Benchmark time measurement improvement
- Address Sanitizer build option added.
- nvcc backend fix
- Fix ranges of MRG32k3a device functions.
- gfx90a support added.
- gfx1030 support added
- gfx803 supported re-enabled
- Memory leaks in Poisson tests has been fixed.
- Memory leaks when generator has been created but setting seed/offset/dimensions throws an exception has been fixed.
- rocRAND benchmark performance drop for xorwow has been fixed for older ROCm builds.
- Ability to force install dependencies with new -d flag in install script
- rocRAND package name has been updated to support newer versions of ROCm.
- rocRAND benchmark performance drop has been fixed.
- Debug builds via the install script have been fixed.
- No new features
- No new features
- No new features
- No new features
- Fixed package naming to reflect OS name and architecture.
- No new features
- Static library build options added in beta (subject to change in build method and naming in future releases)
- Switched to hip-clang as default compiler
- HCC build deprecated