From 47c50f5906607de6dc53bbf44e104f6f309847a4 Mon Sep 17 00:00:00 2001 From: Ben Sander Date: Wed, 27 Jan 2016 00:23:47 -0600 Subject: [PATCH] Update links in docs to GPUOpen and to Doxygen [ROCm/hip-tests commit: afac6a2c4a1bb259c32ce6444f23bdf5440a501e] --- projects/hip-tests/samples/0_Intro/bit_extract/README.md | 2 ++ projects/hip-tests/samples/0_Intro/square/README.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/projects/hip-tests/samples/0_Intro/bit_extract/README.md b/projects/hip-tests/samples/0_Intro/bit_extract/README.md index 025b7d3072..76f8906595 100644 --- a/projects/hip-tests/samples/0_Intro/bit_extract/README.md +++ b/projects/hip-tests/samples/0_Intro/bit_extract/README.md @@ -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. diff --git a/projects/hip-tests/samples/0_Intro/square/README.md b/projects/hip-tests/samples/0_Intro/square/README.md index 59f59e7164..8f9aec73cb 100644 --- a/projects/hip-tests/samples/0_Intro/square/README.md +++ b/projects/hip-tests/samples/0_Intro/square/README.md @@ -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 : export PATH=$PATH:[MYHIP]/bin