From e55912b026d8ad105755d323735e3f2c7686fb4d Mon Sep 17 00:00:00 2001 From: Evgeny Date: Fri, 13 Sep 2019 16:41:15 -0500 Subject: [PATCH] fixing build instructions Change-Id: I7a8e2a04f7a048864f4f8fd89a92fceccfcc867f [ROCm/rocprofiler commit: d2bb3be7f9baf46a6ad91f1e3168ff8c4c549d15] --- projects/rocprofiler/Readme.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/projects/rocprofiler/Readme.txt b/projects/rocprofiler/Readme.txt index 13b6fb7ab3..d0f70f589a 100644 --- a/projects/rocprofiler/Readme.txt +++ b/projects/rocprofiler/Readme.txt @@ -24,18 +24,12 @@ $ export CMAKE_DEBUG_TRACE=1 # 1 to enable debug tracing To build with the current installed ROCM: $ cd .../rocprofiler +$ export CMAKE_PREFIX_PATH=/opt/rocm/include/hsa:/opt/rocm $ mkdir build $ cd build - -$ export CMAKE_PREFIX_PATH=/opt/rocm/include/hsa:/opt/rocm $ cmake .. $ make -or - -$ cmake -DCMAKE_PREFIX_PATH=/opt/rocm .. -$ make - To run the test: $ cd .../rocprofiler/build