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. */ 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.