Update links in docs to GPUOpen and to Doxygen

[ROCm/hip-tests commit: afac6a2c4a]
Этот коммит содержится в:
Ben Sander
2016-01-27 00:23:47 -06:00
родитель 36f4cc2224
Коммит 47c50f5906
2 изменённых файлов: 4 добавлений и 1 удалений
+2
Просмотреть файл
@@ -2,3 +2,5 @@
Show an application written directly in HIP which uses platform-specific check on __HIP_PLATFORM_HCC__ to enable use of
an instruction that only exists on the HCC platform.
See related [blog](http://gpuopen.com/platform-aware-coding-inside-hip/) demonstrating platform specialization.
+2 -1
Просмотреть файл
@@ -1,6 +1,7 @@
# Square.md
Simple test which shows how to use hipify to port CUDA code to HIP. Covered in more detail in blog.
Simple test which shows how to use hipify to port CUDA code to HIP.
See related [blog](http://gpuopen.com/hip-to-be-squared-an-introductory-hip-tutorial) that explains the example.
1. Add hip/bin path to the PATH :
<code>export PATH=$PATH:[MYHIP]/bin</code>