Skip to content

Releases: ROCm/rocRAND

rocRAND 2.3.0

10 Apr 23:09
687d659
Compare
Choose a tag to compare

Point Release for rocm 2.3

  • Minor bug fixes

rocRAND 1.8.2

28 Feb 04:20
96d6da4
Compare
Choose a tag to compare
  • Support for gfx906 (Vega20)
  • Minor adjustments for the latest HIP

rocRAND 1.8.0

17 Jul 09:07
Compare
Choose a tag to compare

Minor fixes and adjustments.

hipRAND v1.7.0

23 Oct 13:41
Compare
Choose a tag to compare
  • Add Python wrappers for C API for rocRAND and hipRAND

rocRAND v1.6.1

23 Oct 13:39
Compare
Choose a tag to compare
  • Update CMake scripts to use hcc on ROCm and g++/nvcc on CUDA platform instead of hipcc

rocRAND v1.6.0

23 Oct 13:38
Compare
Choose a tag to compare
  • Add Fortran wrappers for the C host APIs of rocRAND and hipRAND

rocRAND v1.5.2

15 Sep 16:52
Compare
Choose a tag to compare
  • Improve performance of MRG32k3a and Philox random number generators.
  • Reduce initialization time for XORWOW random number generator.
  • Improve documentation.

rocRAND v1.5.1

11 Sep 11:54
Compare
Choose a tag to compare
  • Improve MRG32k3a log-normal-float distribution performance.
  • Reduce code repetition.
  • Improve tests.

rocRAND v1.5.0

11 Sep 11:35
Compare
Choose a tag to compare
Merge branch 'refactor_kernel_benchmarks' into 'master'

Refactor kernel benchmarks and tests, fix Poisson for MTGP

See merge request !112