README.md: Fix link to clang-hipify documentation
Change-Id: I4c668c0e3c5ee2b16dfc213b48ccd1dbaac7b2a2
Этот коммит содержится в:
+1
-1
@@ -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)
|
||||
|
||||
Ссылка в новой задаче
Block a user