From 05fd9b2d154dc5a4766b631b45e9147a2ef4f686 Mon Sep 17 00:00:00 2001 From: David Galiffi Date: Thu, 18 Jan 2024 16:06:08 -0500 Subject: [PATCH] Update README.md Update links to other ROCm repositories to reflect new GitHub Organization. Fixed broken link to install page. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4988f1b7..1459d001 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # hipCUB hipCUB is a thin wrapper library on top of -[rocPRIM](https://github.com/ROCmSoftwarePlatform/rocPRIM) or +[rocPRIM](https://github.com/ROCm/rocPRIM) or [CUB](https://github.com/thrust/cub). You can use it to port a CUB project into -[HIP](https://github.com/ROCm-Developer-Tools/HIP) so you can use AMD hardware (and +[HIP](https://github.com/ROCm/HIP) so you can use AMD hardware (and [ROCm](https://rocm.docs.amd.com/en/latest/) software). In the [ROCm](https://rocm.docs.amd.com/en/latest/) @@ -37,10 +37,10 @@ python3 -m http.server * Git * CMake (3.16 or later) * For AMD GPUs: - * AMD [ROCm](https://rocm.github.io/install.html) software (1.8.0 or later) + * AMD [ROCm](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/native-install/index.html) software (1.8.0 or later) * The [HIP-clang](https://github.com/ROCm/HIP/blob/master/INSTALL.md#hip-clang) compiler (you must, set this as the C++ compiler for ROCm) - * The [rocPRIM](https://github.com/ROCmSoftwarePlatform/rocPRIM) library + * The [rocPRIM](https://github.com/ROCm/rocPRIM) library * Automatically downloaded and built by the CMake script * Requires CMake 3.16.9 or later @@ -209,7 +209,7 @@ cd hipCUB; cd build ## Support Bugs and feature requests can be reported through the -[GitHub issue tracker](https://github.com/ROCmSoftwarePlatform/hipCUB/issues). +[GitHub issue tracker](https://github.com/ROCm/hipCUB/issues). ## Contributing