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 -