From 45be6e01d39c104301fed31fee6b9fb67742e14c Mon Sep 17 00:00:00 2001 From: Nicholas Malaya Date: Wed, 17 Oct 2018 14:27:11 -0500 Subject: [PATCH] Update hip_porting_guide.md [ROCm/hip commit: 26e948928722a050a7a90cc203ab63b46887df93] --- projects/hip/docs/markdown/hip_porting_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/docs/markdown/hip_porting_guide.md b/projects/hip/docs/markdown/hip_porting_guide.md index adc95e4d1e..6fa0b958a8 100644 --- a/projects/hip/docs/markdown/hip_porting_guide.md +++ b/projects/hip/docs/markdown/hip_porting_guide.md @@ -45,7 +45,7 @@ and provides practical suggestions on how to port CUDA code and work through com + [/usr/include/c++/v1/memory:5172:15: error: call to implicitly deleted default constructor of 'std::__1::bad_weak_ptr' throw bad_weak_ptr();](#usrincludecv1memory517215-error-call-to-implicitly-deleted-default-constructor-of-std__1bad_weak_ptr-throw-bad_weak_ptr) * [HIP Environment Variables](#hip-environment-variables) * [Editor Highlighting](#editor-highlighting) - * [CUDA to HIP Math Library Equivalents](#library-equivalent) + * [CUDA to HIP Math Library Equivalents](#library-equivalents)