README.md: Fix link to clang-hipify documentation

Change-Id: I4c668c0e3c5ee2b16dfc213b48ccd1dbaac7b2a2


[ROCm/hip commit: 307ea434cc]
This commit is contained in:
Maneesh Gupta
2016-07-15 14:18:59 +05:30
parent 70136f1017
commit 878f3c4550
+1 -1
View File
@@ -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)