diff --git a/README.md b/README.md index 5a2146e74d..38d4d147ed 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Key features include: New projects can be developed directly in the portable HIP C++ language and can run on either NVIDIA or AMD platforms. Additionally, HIP provides porting tools which make it easy to port existing CUDA codes to the HIP layer, with no loss of performance as compared to the original CUDA application. HIP is not intended to be a drop-in replacement for CUDA, and developers should expect to do some manual coding and performance tuning work to complete the port. ## More Info: -- [Installation](INSTALL.md) and [clang-hipify](INSTALL.md#use-clang-hipify.md) +- [Installation](INSTALL.md) and [clang-hipify](clang-hipify/README.md) - [HIP FAQ](docs/markdown/hip_faq.md) - [HIP Kernel Language](docs/markdown/hip_kernel_language.md) - [HIP Runtime API (Doxygen)](http://gpuopen-professionalcompute-tools.github.io/HIP)