Releases: ROCm/hipRAND
Releases · ROCm/hipRAND
hipRAND 2.11.0 for ROCm 6.2.2
hipRAND code for ROCm 6.2.2 did not change. The library was rebuilt for the updated ROCm 6.2.2 stack.
hipRAND 2.11.0 for ROCm 6.2.1
hipRAND code for ROCm 6.2.1 did not change. The library was rebuilt for the updated ROCm 6.2.1 stack.
hipRAND 2.11.0 for ROCm 6.2.0
Additions
- Added support for setting generator output ordering in C and C++ API
hiprandCreateGeneratorHost
dispatches to the host generator in the rocRAND backend instead of returning withHIPRAND_STATUS_NOT_IMPLEMENTED
- Added the option to create a host generator to the Fortran wrapper
- Added the option to create a host generator to the Python wrapper
Changes
- For internal testing with HMM the environment variable
ROCRAND_USE_HMM
was used in previous
versions, it is now changed toHIPRAND_USE_HMM
. - The device API documentation is improved in this version.
- Static library: moved all internal symbols to namespaces to avoid potential symbol name collisions when linking.
Removals
- Removed the option to build hipRAND as a submodule to rocRAND
- Removed references to, and workarounds for, the deprecated
hcc
- Support for finding rocRAND based on the environment variable
ROCRAND_DIR
has been removed
ROCRAND_PATH
can be used instead.
Fixes
- Build error when using Clang++ directly due to unsupported references to
amdgpu-target
hipRAND 2.10.17 for ROCm 6.1.2
hipRAND code for ROCm 6.1.2 did not change. The library was rebuilt for the updated ROCm 6.1.2 stack.
hipRAND 2.10.17 for ROCm 6.1.1
hipRAND code for ROCm 6.1.1 did not change. The library was rebuilt for the updated ROCm 6.1.1 stack.
hipRAND 2.10.17 for ROCm 6.1.0
Added
- Code coverage option in CMake
Changes
- Minor CMake updates to coincide with general ROCm stack updates for 6.1
hipRAND 2.10.17 for ROCm 6.0.2
hipRAND code for ROCm 6.0.2 did not change. The library was rebuilt for the updated ROCm 6.0.2 stack.
hipRAND 2.10.17 for ROCm 6.0.0
hipRAND code for ROCm 6.0.0 did not change. The library was rebuilt for the updated ROCm 6.0.0 stack.