diff --git a/README.md b/README.md index 1061284423..f20093433d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -ROC Tracer library, Callback/Activity APIs +# ROC-tracer + +ROC tracer library. Callback/Activity APIs The library source tree: - doc - Documentation @@ -9,17 +11,23 @@ The library source tree: - test - test suit - MatrixTranspose - test based on HIP MatrixTranspose sample -Environment example: +## Environment example +``` export HIP_PATH=/opt/rocm/hip export HCC_HOME=/opt/rocm/hcc export CMAKE_PREFIX_PATH=/opt/rocm/lib:/opt/rocm/include/hsa +``` -To build: +## To build +``` cd /roctracer/build cmake .. make +``` -To rebuild and run test: +## To rebuild and run test +``` export ITERATIONS= cd /roctracer/test/MatrixTranspose make +```