From 995348aecf099a935df45456f9e0035b2c86e849 Mon Sep 17 00:00:00 2001 From: Evgeny Mankov Date: Mon, 28 Oct 2019 21:19:21 +0300 Subject: [PATCH 1/3] [HIP][doc] Fix typo: AMD-clang -> HIP-clang HIP-clang is already used below instead of AMD-clang [ROCm/hip commit: 06d9e426e088647bb2a1538cad6bdee9bce74666] --- projects/hip/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/INSTALL.md b/projects/hip/INSTALL.md index df7cdd1de5..40abc4b7fb 100644 --- a/projects/hip/INSTALL.md +++ b/projects/hip/INSTALL.md @@ -5,7 +5,7 @@ - [Installing pre-built packages](#installing-pre-built-packages) * [Prerequisites](#prerequisites) * [AMD-hcc](#amd-hcc) - * [AMD-clang](#amd-clang) + * [HIP-clang](#HIP-clang) * [NVIDIA-nvcc](#nvidia-nvcc) * [Verify your installation](#verify-your-installation) - [Building HIP from source](#building-hip-from-source) From d75d979d312bac036bcc30d2f0bca40e72febe36 Mon Sep 17 00:00:00 2001 From: Evgeny Mankov Date: Mon, 28 Oct 2019 21:41:12 +0300 Subject: [PATCH 2/3] [HIP][doc] AMD-hcc -> HIP-hcc [ROCm/hip commit: 46b164c17a53a649e4db8e786c2de0bd45a0305e] --- projects/hip/INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/hip/INSTALL.md b/projects/hip/INSTALL.md index 40abc4b7fb..02eb0c0928 100644 --- a/projects/hip/INSTALL.md +++ b/projects/hip/INSTALL.md @@ -4,8 +4,8 @@ - [Installing pre-built packages](#installing-pre-built-packages) * [Prerequisites](#prerequisites) - * [AMD-hcc](#amd-hcc) - * [HIP-clang](#HIP-clang) + * [HIP-hcc](#hip-hcc) + * [HIP-clang](#hip-clang) * [NVIDIA-nvcc](#nvidia-nvcc) * [Verify your installation](#verify-your-installation) - [Building HIP from source](#building-hip-from-source) @@ -21,7 +21,7 @@ HIP can be easily installed using pre-built binary packages using the package ma ## Prerequisites HIP code can be developed either on AMD ROCm platform using hcc or clang compiler, or a CUDA platform with nvcc installed: -## AMD-hcc +## HIP-hcc * Add the ROCm package server to your system as per the OS-specific guide available [here](https://rocm.github.io/ROCmInstall.html#installing-from-amd-rocm-repositories). * Install the "hip_hcc" package. This will install HCC and the HIP porting layer. From fa39151e3b1ba3a2f3cf815132348a72971453df Mon Sep 17 00:00:00 2001 From: Evgeny Mankov Date: Mon, 28 Oct 2019 22:46:33 +0300 Subject: [PATCH 3/3] [HIP][doc] NVIDIA-nvcc -> HIP-nvcc [ROCm/hip commit: 3a4165779aaaa50e519d2b7bf9f4d196cfeb0ed7] --- projects/hip/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/hip/INSTALL.md b/projects/hip/INSTALL.md index 02eb0c0928..273c77a23c 100644 --- a/projects/hip/INSTALL.md +++ b/projects/hip/INSTALL.md @@ -6,7 +6,7 @@ * [Prerequisites](#prerequisites) * [HIP-hcc](#hip-hcc) * [HIP-clang](#hip-clang) - * [NVIDIA-nvcc](#nvidia-nvcc) + * [HIP-nvcc](#hip-nvcc) * [Verify your installation](#verify-your-installation) - [Building HIP from source](#building-hip-from-source) * [HCC Options](#hcc-options) @@ -65,7 +65,7 @@ apt-get install hip_hcc * Optionally, consider adding /opt/rocm/bin to your PATH to make it easier to use the tools. * Optionally, set HIPCC_VERBOSE=7 to output the command line for compilation to make sure clang is used instead of hcc. -## NVIDIA-nvcc +## HIP-nvcc * Add the ROCm package server to your system as per the OS-specific guide available [here](https://rocm.github.io/ROCmInstall.html#installing-from-amd-rocm-repositories). * Install the "hip_nvcc" package. This will install CUDA SDK and the HIP porting layer. ```