From 1e7832e4dc094e8b27c26799d919810d49214d1c Mon Sep 17 00:00:00 2001 From: Lisa Date: Tue, 5 Mar 2024 09:45:06 -0700 Subject: [PATCH 1/2] Update what-is-rocrand.rst --- docs/what-is-rocrand.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/what-is-rocrand.rst b/docs/what-is-rocrand.rst index 7b1a1070..37b73128 100644 --- a/docs/what-is-rocrand.rst +++ b/docs/what-is-rocrand.rst @@ -8,13 +8,13 @@ What is rocRAND? ================== -The rocRAND project provides functions that generate pseudo-random and quasi-random numbers. +rocRAND provides functions that generate pseudo-random and quasi-random numbers. -The rocRAND library is implemented in the `HIP `_ -programming language and optimised for AMD's latest discrete GPUs. It is designed to run on top -of AMD's Radeon Open Compute `ROCm `_ runtime, but it also works on -CUDA enabled GPUs. -Additionally, the project includes a wrapper library called hipRAND which allows users to easily port -CUDA applications that use cuRAND library to the `HIP `_ -layer. In `ROCm `_ environment hipRAND uses rocRAND, however in CUDA -environment cuRAND is used instead. +The rocRAND library is implemented in the `HIP `_ +programming language and optimized for AMD's latest discrete GPUs. It is designed to run on top +of AMD's `ROCm `_, but it also works on CUDA-enabled GPUs. + +rocRAND includes a wrapper library called hipRAND, which you can use to easily port +CUDA applications using the cuRAND library to the +`HIP `_ layer. In the +`ROCm `_ environment, hipRAND uses rocRAND. From bd9cb22dadb4534afe6eb1be17f7b2182c05e254 Mon Sep 17 00:00:00 2001 From: Lisa Date: Tue, 5 Mar 2024 09:48:42 -0700 Subject: [PATCH 2/2] Update mainpage.dox --- docs/mainpage.dox | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/mainpage.dox b/docs/mainpage.dox index fd81aabe..31623777 100644 --- a/docs/mainpage.dox +++ b/docs/mainpage.dox @@ -11,8 +11,7 @@ The rocRAND project provides functions that generate pseudo-random and quasi-random numbers. -The rocRAND library is implemented in the [HIP](https://github.com/ROCm-Developer-Tools/HIP) -programming language and optimised for AMD's latest discrete GPUs. It is designed to run on top -of AMD's Radeon Open Compute [ROCm](https://rocm.github.io/) runtime, but it also works on -CUDA enabled GPUs. +The rocRAND library is implemented in the [HIP](https://rocm.docs.amd.com/projects/HIP/en/latest/index.html) +programming language and optimized for AMD's latest discrete GPUs. It is designed to run on top +of AMD's [ROCm](https://rocm.docs.amd.com/en/latest/), but it also works on CUDA-enabled GPUs. */