fixing build instructions
Change-Id: I7a8e2a04f7a048864f4f8fd89a92fceccfcc867f
[ROCm/rocprofiler commit: d2bb3be7f9]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user