From 6284b041e5760a9d7489a30edd66ac04f3f2d0b5 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 --- hipamd/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/INSTALL.md b/hipamd/INSTALL.md index df7cdd1de5..40abc4b7fb 100644 --- a/hipamd/INSTALL.md +++ b/hipamd/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 d312bce79d968db2961fbea8a011c9bb68281e58 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 --- hipamd/INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hipamd/INSTALL.md b/hipamd/INSTALL.md index 40abc4b7fb..02eb0c0928 100644 --- a/hipamd/INSTALL.md +++ b/hipamd/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 3df22b2fde98f9533e36e5e3f7e3f55e82422d11 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 --- hipamd/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hipamd/INSTALL.md b/hipamd/INSTALL.md index 02eb0c0928..273c77a23c 100644 --- a/hipamd/INSTALL.md +++ b/hipamd/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. ```