From 940fe8e14f1680448b8fe87e7cffc1179c0ebca9 Mon Sep 17 00:00:00 2001 From: eshcherb <33529668+eshcherb@users.noreply.github.com> Date: Mon, 4 Feb 2019 17:36:21 -0600 Subject: [PATCH] Update README.md update: using of main development HIP/HCC branches --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 480e4c9f51..a31751f1fe 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,15 @@ The library source tree: ``` cd - - CLone roctracer and custom branches of HIP/HCC: + - CLone development branches of roctracer and HIP/HCC: git clone -b amd-master https://github.com/ROCmSoftwarePlatform/roctracer.git - git clone -b roctracer-hip-frontend-181113 https://github.com/eshcherb/HIP.git - git clone --recursive -b roctracer-hip-frontend-181113 https://github.com/eshcherb/hcc.git + git clone -b master https://github.com/eshcherb/HIP.git + git clone --recursive -b clang_tot_upgrade https://github.com/eshcherb/hcc.git - Set environment: export HIP_PATH=/HIP export HCC_HOME=/hcc/build - export CMAKE_PREFIX_PATH=/opt/rocm/lib:/opt/rocm/include/hsa + export CMAKE_PREFIX_PATH=/opt/rocm/lib - Build HCC: cd /hcc && mkdir build && cd build && @@ -48,8 +48,9 @@ The library source tree: - Build ROCtracer cd /roctracer && mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/opt/rocm .. && make -j - - To run test - make mytest + - To build and run test + make mytest + run.sh - To install make install