Skip to content

Commit

Permalink
Update README.md (#431)
Browse files Browse the repository at this point in the history
- Update repository links to reflect new organization.
- Updated link to ROCm install instructions. The github.io link is broken, so linking to the main ROCm documentation.
  • Loading branch information
dgaliffiAMD authored Jan 18, 2024
1 parent 433934d commit d3695c9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

The rocRAND project provides functions that generate pseudorandom and quasirandom numbers.

The rocRAND library is implemented in the [HIP](https://github.com/ROCm-Developer-Tools/HIP)
The rocRAND library is implemented in the [HIP](https://github.com/ROCm/HIP)
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) runtime, but it also works on CUDA-enabled GPUs.

Prior to ROCm version 5.0, this project included the
[hipRAND](https://github.com/ROCmSoftwarePlatform/hipRAND.git) wrapper. As of version 5.0, it was
[hipRAND](https://github.com/ROCm/hipRAND.git) wrapper. As of version 5.0, it was
split into a separate library. As of version 6.0, hipRAND can no longer be built from rocRAND.

## Supported random number generators
Expand Down Expand Up @@ -52,14 +52,14 @@ python3 -m http.server
* CMake (3.16 or later)
* C++ compiler with C++11 support
* For AMD platforms:
* [ROCm](https://rocm.github.io/install.html) (1.7 or later)
* [HIP-clang](https://github.com/ROCm-Developer-Tools/HIP/blob/master/INSTALL.md#hip-clang) compiler, which must be
* [ROCm](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/native-install/index.html) (1.7 or later)
* [HIP-clang](https://github.com/ROCm/HIP/blob/master/INSTALL.md#hip-clang) compiler, which must be
set as C++ compiler on ROCm platform.
* For CUDA platforms:
* [HIP](https://github.com/ROCm-Developer-Tools/HIP)
* [HIP](https://github.com/ROCm/HIP)
* Latest CUDA SDK
* For CPU runs (experimental):
* [HIP-CPU](https://github.com/ROCm-Developer-Tools/HIP-CPU)
* [HIP-CPU](https://github.com/ROCm/HIP-CPU)
* Python 3.6 or higher (HIP on Windows only, only required for install script)
* Visual Studio 2019 with clang support (HIP on Windows only)
* Strawberry Perl (HIP on Windows only)
Expand All @@ -82,7 +82,7 @@ dependencies, rather than using the system-installed libraries.
## Build and install

```shell
git clone https://github.com/ROCmSoftwarePlatform/rocRAND.git
git clone https://github.com/ROCm/rocRAND.git

# Go to rocRAND directory, create and go to build directory
cd rocRAND; mkdir build; cd build
Expand Down Expand Up @@ -126,7 +126,7 @@ We've added initial support for HIP on Windows, which you can install using the
script:

```shell
git clone https://github.com/ROCmSoftwarePlatform/rocRAND.git
git clone https://github.com/ROCm/rocRAND.git
cd rocRAND

# the -i option will install rocPRIM to C:\hipSDK by default
Expand Down Expand Up @@ -245,7 +245,7 @@ cd rocRAND; cd build
## Support

Bugs and feature requests can be reported through the
[issue tracker](https://github.com/ROCmSoftwarePlatform/rocRAND/issues).
[issue tracker](https://github.com/ROCm/rocRAND/issues).

## Contributions and license

Expand Down

0 comments on commit d3695c9

Please sign in to comment.