Releases: ROCm/rocRAND
Releases · ROCm/rocRAND
rocRAND 2.3.0
Point Release for rocm 2.3
- Minor bug fixes
rocRAND 1.8.2
- Support for gfx906 (Vega20)
- Minor adjustments for the latest HIP
rocRAND 1.8.0
Minor fixes and adjustments.
hipRAND v1.7.0
- Add Python wrappers for C API for rocRAND and hipRAND
rocRAND v1.6.1
- Update CMake scripts to use
hcc
on ROCm andg++
/nvcc
on CUDA platform instead ofhipcc
rocRAND v1.6.0
- Add Fortran wrappers for the C host APIs of rocRAND and hipRAND
rocRAND v1.5.2
- Improve performance of MRG32k3a and Philox random number generators.
- Reduce initialization time for XORWOW random number generator.
- Improve documentation.
rocRAND v1.5.1
- Improve MRG32k3a log-normal-float distribution performance.
- Reduce code repetition.
- Improve tests.
rocRAND v1.5.0
Merge branch 'refactor_kernel_benchmarks' into 'master' Refactor kernel benchmarks and tests, fix Poisson for MTGP See merge request !112