From 15fa77bb57ecddb2732badd628f739db9e678e99 Mon Sep 17 00:00:00 2001 From: searlmc1 Date: Wed, 15 Nov 2023 18:01:45 -0800 Subject: [PATCH] Update README.md (#955) Remove references to HCC, which was removed from ROCm ~2yrs ago --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a752a7217..bd7e9f7964 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ The collective operations are implemented using ring and tree algorithms and hav ## Requirements 1. ROCm supported GPUs -2. ROCm stack installed on the system (HIP runtime & HCC or HIP-Clang) +2. ROCm stack installed on the system (HIP runtime & HIP-Clang) ## Quickstart RCCL Build -RCCL directly depends on HIP runtime, plus the HCC C++ compiler or the HIP-Clang compiler which are part of the ROCm software stack. +RCCL directly depends on HIP runtime plus the HIP-Clang compiler, which are part of the ROCm software stack. For ROCm installation instructions, see https://github.com/RadeonOpenCompute/ROCm. The root of this repository has a helper script 'install.sh' to build and install RCCL on Ubuntu with a single command. It does not take a lot of options and hard-codes configuration that can be specified through invoking cmake directly, but it's a great way to get started quickly and can serve as an example of how to build/install.