From da9a79a5f645fa8493eb7d7354961e9aebd51d0a Mon Sep 17 00:00:00 2001 From: Aakanksha Patil <41199349+aakanksha555@users.noreply.github.com> Date: Thu, 25 Nov 2021 04:42:09 -0500 Subject: [PATCH] SWDEV-309659 - Delete duplicate files - hipify-perl and helper scripts (#2403) * Delete duplicate files - hipify-perl and helper scripts * Update link for hipconvertinplace-perl.sh references * Remove remaining references to hipify-clang and contents of its package * Hyperlink hipexamine-perl.sh in docs/markdown/hip_porting_guide.md --- samples/0_Intro/square/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/0_Intro/square/README.md b/samples/0_Intro/square/README.md index 38ca288b48..807f08754e 100644 --- a/samples/0_Intro/square/README.md +++ b/samples/0_Intro/square/README.md @@ -19,9 +19,9 @@ $ export HIP_PATH=[MYHIP] ``` $ cd ~/hip/samples/0_Intro/square $ make -/home/user/hip/bin/hipify-perl square.cu > square.cpp -/home/user/hip/bin/hipcc square.cpp -o square.out -/home/user/hip/bin/hipcc -use-staticlib square.cpp -o square.out.static +/opt/rocm/hip/bin/hipify-perl square.cu > square.cpp +/opt/rocm/hip/bin/hipcc square.cpp -o square.out +/opt/rocm/hip/bin/hipcc -use-staticlib square.cpp -o square.out.static ``` - Execute file ```