[HIP][doc] AMD-hcc -> HIP-hcc

[ROCm/clr commit: d312bce79d]
This commit is contained in:
Evgeny Mankov
2019-10-28 21:41:12 +03:00
parent 20b127bf45
commit 935dd4ce94
+3 -3
View File
@@ -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.