packaging

This commit is contained in:
Evgeny
2018-11-13 17:09:58 -06:00
parent 3ddb17864f
commit 48d69df3ee
11 changed files with 40 additions and 16 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ The library source tree:
ln -s HIP/build HIP/lib
- Build ROCtracer
cd <your path>/roctracer && mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/opt/rocm -DLOCAL_BUILD=1 .. && make -j <nproc>
cd <your path>/roctracer && mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/opt/rocm .. && make -j <nproc>
- To run test
make mytest