From 307ea434ccaef2e11bc61e6298d7b05409dbaa39 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Fri, 15 Jul 2016 14:18:59 +0530 Subject: [PATCH] README.md: Fix link to clang-hipify documentation Change-Id: I4c668c0e3c5ee2b16dfc213b48ccd1dbaac7b2a2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)