From ee4df1f5f93f705cafe16e4c5b4b61dca0acb404 Mon Sep 17 00:00:00 2001 From: eshcherb <33529668+eshcherb@users.noreply.github.com> Date: Tue, 7 Jan 2020 17:11:22 -0600 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index dc18355675..00583f1a5b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,19 @@ ROC-TX librray: code annotation evemts API Includes basic API: roctxMark, roctxRangePush, roctxRangePop. ``` +## Usage +``` +rocTracer API: + To use the rocTracer API you need the API header and to link your application with roctracer .so librray: + - the API header: /opt/rocm/roctracer/include/roctracer.h + - the .so library: /opt/rocm/lib/libroctracer64.so + +rocTX API: + To use the rocTX API you need the API header and to link your application with roctx .so librray: + - the API header: /opt/rocm/roctracer/include/roctx.h + - the .so library: /opt/rocm/lib/libroctx64.so +``` + ## The library source tree ``` - doc - documentation @@ -62,16 +75,3 @@ Includes basic API: roctxMark, roctxRangePush, roctxRangePop. or make package && dpkg -i *.deb ``` - -## Usage -``` -rocTracer API: - To use the rocTracer API you need the API header and to link your application with roctracer .so librray: - - the API header: /opt/rocm/roctracer/include/roctracer.h - - the .so library: /opt/rocm/lib/libroctracer64.so - -rocTX API: - To use the rocTX API you need the API header and to link your application with roctx .so librray: - - the API header: /opt/rocm/roctracer/include/roctx.h - - the .so library: /opt/rocm/lib/libroctx64.so -