From 9086dee75d4ba24def044163485d1d4e76003435 Mon Sep 17 00:00:00 2001 From: eshcherb <33529668+eshcherb@users.noreply.github.com> Date: Fri, 15 Jun 2018 13:49:29 -0500 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) 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 +```