Этот коммит содержится в:
eshcherb
2020-01-07 17:11:22 -06:00
коммит произвёл GitHub
родитель 7f9dae5992
Коммит ee4df1f5f9
+13 -13
Просмотреть файл
@@ -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