[HIP][doc] Update docs due to moving of HIPIFY to a separate repo (#2001)

[ROCm/hip commit: ff8d193b7f]
This commit is contained in:
Evgeny Mankov
2020-04-07 11:33:19 +03:00
committed by GitHub
parent 003d776e72
commit 6e48a7d0d6
19 changed files with 58 additions and 62 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
* - HIP is very thin and has little or no performance impact over coding directly in CUDA NVCC or HCC HC mode.
* - HIP allows developers to use the "best" development environment and tools on each target platform.
* - HIP allows coding in a single-source C++ programming language including features such as templates, C++11 lambdas,and more.
* - "hipify" tool automatically converts source from CUDA to HIP.
* - "HIPIFY" tools automatically convert CUDA sources to HIP.
* - Developers can specialize for CUDA or HCC to tune for performance or handle tricky cases with #ifdef.
* - See the @ref API.