From 9d23e5b9f0f2077138a5f59e3ac44bba05ab89a5 Mon Sep 17 00:00:00 2001 From: "Yaxun (Sam) Liu" Date: Tue, 28 Aug 2018 09:48:38 -0400 Subject: [PATCH] Fix documentation about hip-clang macros [ROCm/clr commit: 4216c426eb0c177136b47967b6461ea437ab72a3] --- projects/clr/hipamd/docs/markdown/hip_porting_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/docs/markdown/hip_porting_guide.md b/projects/clr/hipamd/docs/markdown/hip_porting_guide.md index c082849827..f7d5d34bd3 100644 --- a/projects/clr/hipamd/docs/markdown/hip_porting_guide.md +++ b/projects/clr/hipamd/docs/markdown/hip_porting_guide.md @@ -13,7 +13,7 @@ and provides practical suggestions on how to port CUDA code and work through com * [Converting a project "in-place"](#converting-a-project-in-place) - [Distinguishing Compiler Modes](#distinguishing-compiler-modes) * [Identifying HIP Target Platform](#identifying-hip-target-platform) - * [Identifying the Compiler: hcc or nvcc](#identifying-the-compiler-hcc-or-nvcc) + * [Identifying the Compiler: hcc, hip-clang, or nvcc](#identifying-the-compiler-hcc-hip-clang-or-nvcc) * [Identifying Current Compilation Pass: Host or Device](#identifying-current-compilation-pass-host-or-device) * [Compiler Defines: Summary](#compiler-defines-summary) - [Identifying Architecture Features](#identifying-architecture-features)