fixing build instructions

Change-Id: I7a8e2a04f7a048864f4f8fd89a92fceccfcc867f


[ROCm/rocprofiler commit: d2bb3be7f9]
This commit is contained in:
Evgeny
2019-09-13 16:41:15 -05:00
parent 24167d0704
commit e55912b026
+1 -7
View File
@@ -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