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